From 36ddcc8ddb16e23af22db64214b44668880eb406 Mon Sep 17 00:00:00 2001 From: mrkun Date: Tue, 25 Jan 2022 04:18:16 +0300 Subject: [PATCH] Initial: relax constraints till cabal is satisfied --- brittany.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/brittany.cabal b/brittany.cabal index ad87944..00eb0cd 100644 --- a/brittany.cabal +++ b/brittany.cabal @@ -39,9 +39,9 @@ flag pedantic common library build-depends: , aeson ^>= 2.0.1 - , base ^>= 4.15.0 + , base >= 4.15.0 && < 4.17 , butcher ^>= 1.3.3 - , bytestring ^>= 0.10.12 + , bytestring >= 0.10.12 , cmdargs ^>= 0.10.21 , containers ^>= 0.6.4 , czipwith ^>= 1.0.1 @@ -50,10 +50,10 @@ common library , directory ^>= 1.3.6 , extra ^>= 1.7.10 , filepath ^>= 1.4.2 - , ghc ^>= 9.0.1 - , ghc-boot ^>= 9.0.1 - , ghc-boot-th ^>= 9.0.1 - , ghc-exactprint ^>= 0.6.4 + , ghc ^>= 9.2.1 + , ghc-boot ^>= 9.2.1 + , ghc-boot-th ^>= 9.2.1 + , ghc-exactprint >= 0.6.4 , monad-memo ^>= 0.5.3 , mtl ^>= 2.2.2 , multistate ^>= 0.8.0