aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-06-17 00:56:56 +0200
committerDaniel Gröber <dxld@darkboxed.org>2018-06-17 02:08:49 +0200
commit6517d6b68a8bee9fd7c5712751bd4310129ea992 (patch)
tree7a352881c142fe346e1d364676dfb1ae1f01f4fa /cabal-helper.cabal
parent4e3bc8374cad8291406edd61da12896077c3747a (diff)
Fix libexec path guessing when using new-build
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 32e26dc..55942f7 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -98,6 +98,8 @@ library
build-depends: base < 5 && >= 4.7
build-depends: Cabal < 2.3 && >= 2.0 || < 1.26 && >= 1.14
+ , cabal-plan < 0.4 && >= 0.3.0.0
+ , containers < 1 && >= 0.5.5.1
, directory < 1.4 && >= 1.2.1.0
, filepath < 1.5 && >= 1.3.0.0
, transformers < 0.6 && >= 0.3.0.0