aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-01-18 15:51:12 +0100
committerDaniel Gröber <dxld@darkboxed.org>2018-01-18 15:51:12 +0100
commita5a45897ae12a2e60351b089a272865519dc7811 (patch)
tree2205ffb63bceeefd1eb11a9d716b32a080029506
parentded44da391ab7e344d1a5a790029cc22c75351b2 (diff)
Add build-tool-depends:cabal to tests
-rw-r--r--cabal-helper.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 9ef17de..79a67a0 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -98,9 +98,6 @@ library
Paths_cabal_helper
ghc-options: -Wall
- -- TODO: figure out where exactly to put this
- build-tool-depends: cabal-install:cabal
-
build-depends: base < 5 && >= 4.5
if os(windows)
build-depends: base >= 4.7
@@ -144,6 +141,7 @@ executable cabal-helper-wrapper
CabalHelper.Shared.InterfaceTypes
CabalHelper.Shared.Sandbox
Paths_cabal_helper
+ build-tool-depends: cabal-install:cabal
build-depends: base < 5 && >= 4.5
if os(windows)
build-depends: base >= 4.7
@@ -189,6 +187,7 @@ test-suite compile-test
CabalHelper.Shared.InterfaceTypes
CabalHelper.Shared.Sandbox
Paths_cabal_helper
+ build-tool-depends: cabal-install:cabal
build-depends: base < 5 && >= 4.5
if os(windows)
build-depends: base >= 4.7
@@ -237,6 +236,7 @@ test-suite ghc-session
CabalHelper.Shared.InterfaceTypes
CabalHelper.Shared.Sandbox
Paths_cabal_helper
+ build-tool-depends: cabal-install:cabal
build-depends: base < 5 && >= 4.5
if os(windows)
build-depends: base >= 4.7