From 068731241d51cc252d22f8defcfbc363647bdf41 Mon Sep 17 00:00:00 2001 From: jneira Date: Tue, 21 Dec 2021 20:56:10 +0100 Subject: [PATCH 1/4] 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 -- 2.30.2 From 9c36d504d0daacaffb956bd0aeb0fc6a1983dbf3 Mon Sep 17 00:00:00 2001 From: jneira Date: Tue, 21 Dec 2021 20:57:08 +0100 Subject: [PATCH 2/4] Allow newer on multistate This commit can be dropped when multistate has support for ghc-9.0.1 See https://github.com/lspitzner/multistate/pull/8 --- cabal.project | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cabal.project diff --git a/cabal.project b/cabal.project new file mode 100644 index 0000000..6253d90 --- /dev/null +++ b/cabal.project @@ -0,0 +1,4 @@ +packages: . + +allow-newer: + multistate:base \ No newline at end of file -- 2.30.2 From a2225e634b8c5a899aad793a00a56319c8b68c33 Mon Sep 17 00:00:00 2001 From: Javier Neira Date: Wed, 2 Feb 2022 10:35:00 +0100 Subject: [PATCH 3/4] cabal.project not needed anymore due to https://github.com/lspitzner/multistate/pull/11 --- cabal.project | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 cabal.project diff --git a/cabal.project b/cabal.project deleted file mode 100644 index 6253d90..0000000 --- a/cabal.project +++ /dev/null @@ -1,4 +0,0 @@ -packages: . - -allow-newer: - multistate:base \ No newline at end of file -- 2.30.2 From b9094d328364a609fe707a1fd0351b33f9488548 Mon Sep 17 00:00:00 2001 From: Javier Neira Date: Wed, 2 Feb 2022 10:37:29 +0100 Subject: [PATCH 4/4] Lets try ghc-9.2.1 --- butcher.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/butcher.cabal b/butcher.cabal index fcd917d..4178658 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.16 + { base >=4.11 && <4.17 , free < 5.2 , unsafe < 0.1 , microlens <0.5 -- 2.30.2