diff --git a/weeder.cabal b/weeder.cabal index 038f139..f160c6a 100644 --- a/weeder.cabal +++ b/weeder.cabal @@ -24,21 +24,21 @@ library build-depends: , algebraic-graphs ^>= 0.7 , async ^>= 2.2.0 - , base ^>= 4.17.0.0 || ^>= 4.18.0.0 || ^>= 4.19.0.0 || ^>= 4.20.0.0 || ^>= 4.21.0.0 - , bytestring ^>= 0.10.9.0 || ^>= 0.11.0.0 || ^>= 0.12.0.2 - , containers ^>= 0.6.2.1 || ^>= 0.7 + , base >= 4.17.0.0 && < 4.22.0.0 + , bytestring >= 0.10.9.0 && < 0.13.0 + , containers >= 0.6.2.1 && < 0.9 , directory ^>= 1.3.3.2 , filepath ^>= 1.4.2.1 || ^>= 1.5 , generic-lens ^>= 2.2.0.0 - , ghc ^>= 9.4 || ^>= 9.6 || ^>= 9.8 || ^>= 9.10 || ^>=9.12 + , ghc >= 9.4 && < 9.13 , Glob ^>= 0.9 || ^>= 0.10 - , lens ^>= 5.1 || ^>= 5.2 || ^>= 5.3 + , lens >= 5.1 && < 5.4 , mtl ^>= 2.2.2 || ^>= 2.3 - , optparse-applicative ^>= 0.14.3.0 || ^>= 0.15.1.0 || ^>= 0.16.0.0 || ^>= 0.17 || ^>= 0.18.1.0 + , optparse-applicative >= 0.14.3.0 && < 0.20.0 , parallel ^>= 3.2.0.0 , regex-tdfa ^>= 1.2.0.0 || ^>= 1.3.1.0 , text ^>= 2.0.1 || ^>= 2.1 - , toml-reader ^>= 0.2.0.0 + , toml-reader >= 0.2.0.0 && < 0.3.1 , transformers ^>= 0.5.6.2 || ^>= 0.6 hs-source-dirs: src exposed-modules: