diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-12-28 23:46:41 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-12-29 16:35:59 +0100 |
commit | 0c284ed48bd1a531807f5e524894766de8d179bd (patch) | |
tree | c9f741fdb5cf0732511899e7d1c1f969057a3cab /cabal-helper.cabal | |
parent | 6fc491ce84b41939d8080cff56c3a5c98cb7e1df (diff) |
Fix Cabal HEAD
Diffstat (limited to 'cabal-helper.cabal')
-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 4b642e2..30f4ade 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -83,7 +83,7 @@ common extensions common build-deps build-depends: base < 5 && >= 4.9.1.0 - , Cabal < 3.1 && >= 3.0 + , Cabal < 3.4 && >= 3.0 || < 2.5 && >= 2.0 || < 1.26 && >= 1.24.2.0 , cabal-plan < 0.7 && >= 0.5.0.0 |