From 068731241d51cc252d22f8defcfbc363647bdf41 Mon Sep 17 00:00:00 2001 From: jneira <atreyu.bbb@gmail.com> Date: Tue, 21 Dec 2021 20:56:10 +0100 Subject: [PATCH] Allow base-4.15 --- butcher.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/butcher.cabal b/butcher.cabal index 21984db..fcd917d 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -37,7 +37,7 @@ library other-modules: UI.Butcher.Monadic.Internal.Types UI.Butcher.Monadic.Internal.Core build-depends: - { base >=4.11 && <4.15 + { base >=4.11 && <4.16 , free < 5.2 , unsafe < 0.1 , microlens <0.5 @@ -109,7 +109,7 @@ test-suite tests } ghc-options: -Wall -rtsopts main-is: TestMain.hs - other-modules: + other-modules: hs-source-dirs: src-tests include-dirs: srcinc