diff options
-rw-r--r-- | cabal-helper.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 4d272ac..b648237 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -96,7 +96,7 @@ common build-deps , Cabal < 3.4 && >= 3.0 || < 2.5 && >= 2.0 || < 1.26 && >= 1.24.2.0 - , cabal-plan < 0.7 && >= 0.5.0.0 + , cabal-plan < 0.8 && >= 0.5.0.0 , clock < 0.8 && >= 0.7.2 , containers < 1 && >= 0.5.7.1 , bytestring < 0.11 && >= 0.10.8.1 |