diff --git a/brittany.cabal b/brittany.cabal index f533c7f..c36814a 100644 --- a/brittany.cabal +++ b/brittany.cabal @@ -92,35 +92,35 @@ library { } build-depends: { base >=4.12 && <4.16 - , ghc >=8.6.1 && <8.11 || >=9.0.1 && <9.1 - , ghc-paths >=0.1.0.9 && <0.2 - , ghc-exactprint >=0.5.8 && <0.6.5 - , transformers >=0.5.2.0 && <0.6 - , containers >=0.5.7.1 && <0.7 - , mtl >=2.2.1 && <2.3 - , text >=1.2 && <1.3 - , multistate >=0.7.1.1 && <0.9 - , syb >=0.6 && <0.8 - , data-tree-print - , pretty >=1.1.3.3 && <1.2 - , bytestring >=0.10.8.1 && <0.11 - , directory >=1.2.6.2 && <1.4 - , butcher >=1.3.1 && <1.4 - , yaml >=0.8.18 && <0.12 , aeson >=1.0.1.0 && <1.6 - , extra >=1.4.10 && <1.8 - , uniplate >=1.6.12 && <1.7 - , strict >=0.3.2 && <0.5 - , monad-memo >=0.4.1 && <0.6 - , unsafe >=0.0 && <0.1 - , safe >=0.3.9 && <0.4 - , deepseq >=1.4.2.0 && <1.5 - , semigroups >=0.18.2 && <0.20 + , butcher >=1.3.1 && <1.4 + , bytestring >=0.10.8.1 && <0.11 , cmdargs >=0.10.14 && <0.11 + , containers >=0.5.7.1 && <0.7 , czipwith >=1.0.1.0 && <1.1 - , ghc-boot-th >=8.6.1 && <8.11 || >=9.0.1 && <9.1 + , data-tree-print + , deepseq >=1.4.2.0 && <1.5 + , directory >=1.2.6.2 && <1.4 + , extra >=1.4.10 && <1.8 , filepath >=1.4.1.0 && <1.5 + , ghc >=8.6.1 && <8.11 || >=9.0.1 && <9.1 + , ghc-boot-th >=8.6.1 && <8.11 || >=9.0.1 && <9.1 + , ghc-exactprint >=0.5.8 && <0.6.5 + , ghc-paths >=0.1.0.9 && <0.2 + , monad-memo >=0.4.1 && <0.6 + , mtl >=2.2.1 && <2.3 + , multistate >=0.7.1.1 && <0.9 + , pretty >=1.1.3.3 && <1.2 , random >= 1.1 && <1.3 + , safe >=0.3.9 && <0.4 + , semigroups >=0.18.2 && <0.20 + , strict >=0.3.2 && <0.5 + , syb >=0.6 && <0.8 + , text >=1.2 && <1.3 + , transformers >=0.5.2.0 && <0.6 + , uniplate >=1.6.12 && <1.7 + , unsafe >=0.0 && <0.1 + , yaml >=0.8.18 && <0.12 } default-extensions: { CPP