aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjneira <atreyu.bbb@gmail.com>2020-06-01 00:48:27 +0200
committerjneira <atreyu.bbb@gmail.com>2020-06-01 00:48:27 +0200
commit79a5608778493bf32e74b54bbf1ea2729941e50f (patch)
treef681b6034cbabc80ba7037d385d291fec6e289f9
parent49181189479131d2eaab14ce03e7943fbef259ae (diff)
Allow cabal-plan compatible with ghc-8.10
-rw-r--r--cabal-helper.cabal2
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