From a5a45897ae12a2e60351b089a272865519dc7811 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Thu, 18 Jan 2018 15:51:12 +0100 Subject: Add build-tool-depends:cabal to tests --- cabal-helper.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cabal-helper.cabal') 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 -- cgit v1.2.3