diff options
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 9d23b93..4c1965f 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -101,7 +101,9 @@ common extensions common build-deps build-depends: base < 5 && >= 4.9.1.0 - , Cabal < 2.5 && >= 2.0 || < 1.26 && >= 1.24.2.0 + , Cabal < 3.1 && >= 3.0 + || < 2.5 && >= 2.0 + || < 1.26 && >= 1.24.2.0 , cabal-plan < 0.6 && >= 0.5.0.0 , clock < 0.8 && >= 0.7.2 , containers < 1 && >= 0.5.7.1 |