From 095b631701a5eb85544b1c720d0b575b4106ef4a Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Thu, 23 Aug 2018 22:43:21 +0200 Subject: Allow cabal-plan 0.4 --- cabal-helper.cabal | 8 ++++---- 1 file 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 -- cgit v1.2.3