diff options
-rw-r--r-- | cabal-helper.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 17cf213..1d6bbf3 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -100,7 +100,7 @@ library build-depends: base < 5 && >= 4.7 build-depends: Cabal < 2.5 && >= 2.0 || < 1.26 && >= 1.14 - , cabal-plan < 0.4 && >= 0.3.0.0 + , cabal-plan < 0.5 && >= 0.3.0.0 , containers < 1 && >= 0.5.5.1 , directory < 1.4 && >= 1.2.1.0 , filepath < 1.5 && >= 1.3.0.0 @@ -142,7 +142,7 @@ executable cabal-helper-wrapper if os(windows) build-depends: base >= 4.7 build-depends: Cabal < 2.5 && >= 2.0 || < 1.26 && >= 1.14 - , cabal-plan < 0.4 && >= 0.3.0.0 + , cabal-plan < 0.5 && >= 0.3.0.0 , containers < 1 && >= 0.5.5.1 , bytestring < 0.11 && >= 0.9.2.1 , directory < 1.4 && >= 1.2.1.0 @@ -190,7 +190,7 @@ test-suite compile-test if os(windows) build-depends: base >= 4.7 build-depends: Cabal < 2.5 && >= 2.0 || < 1.26 && >= 1.14 - , cabal-plan < 0.4 && >= 0.3.0.0 + , cabal-plan < 0.5 && >= 0.3.0.0 , containers < 1 && >= 0.5.5.1 , bytestring < 0.11 && >= 0.9.2.1 , directory < 1.4 && >= 1.2.1.0 @@ -241,7 +241,7 @@ test-suite ghc-session if os(windows) build-depends: base >= 4.7 build-depends: Cabal < 2.5 && >= 2.0 || < 1.26 && >= 1.14 - , cabal-plan < 0.4 && >= 0.3.0.0 + , cabal-plan < 0.5 && >= 0.3.0.0 , containers < 1 && >= 0.5.5.1 , bytestring < 0.11 && >= 0.9.2.1 , directory < 1.4 && >= 1.2.1.0 |