aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-01-20 01:27:55 +0100
committerDaniel Gröber <dxld@darkboxed.org>2019-01-22 03:06:51 +0100
commitc9c46ee7a8c33d1182c8b687ac3c25268ca5ddbe (patch)
tree1230caae392c9013489d092365d53cf22848e26b /cabal-helper.cabal
parent94f01bb7dbb163b2a97aa548457f37c7fd1c88fe (diff)
Use cabal-plan-0.5 from Hackage
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index f88891c..ddfe77d 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -79,7 +79,7 @@ common extensions
common build-deps
build-depends: base < 5 && >= 4.8
, Cabal < 2.5 && >= 2.0 || < 1.26 && >= 1.14
- , cabal-plan < 0.5 && >= 0.3.0.0
+ , cabal-plan < 0.6 && >= 0.5.0.0
, clock < 0.8 && >= 0.7.2
, containers < 1 && >= 0.5.5.1
, bytestring < 0.11 && >= 0.9.2.1