diff --git a/weeder.cabal b/weeder.cabal index bb6df42..3dadc13 100644 --- a/weeder.cabal +++ b/weeder.cabal @@ -24,13 +24,13 @@ library build-depends: , algebraic-graphs ^>= 0.7 , async ^>= 2.2.0 - , base ^>= 4.17.0.0 || ^>= 4.18.0.0 || ^>= 4.19.0.0 + , base ^>= 4.17.0.0 || ^>= 4.18.0.0 || ^>= 4.19.0.0 || ^>= 4.20.0.0 , bytestring ^>= 0.10.9.0 || ^>= 0.11.0.0 || ^>= 0.12.0.2 - , containers ^>= 0.6.2.1 + , containers ^>= 0.6.2.1 || ^>= 0.7 , directory ^>= 1.3.3.2 - , filepath ^>= 1.4.2.1 + , filepath ^>= 1.4.2.1 || ^>= 1.5 , generic-lens ^>= 2.2.0.0 - , ghc ^>= 9.4 || ^>= 9.6 || ^>= 9.8 + , ghc ^>= 9.4 || ^>= 9.6 || ^>= 9.8 || ^>= 9.10 , Glob ^>= 0.9 || ^>= 0.10 , lens ^>= 5.1 || ^>= 5.2 || ^>= 5.3 , mtl ^>= 2.2.2 || ^>= 2.3