diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2018-08-23 22:42:50 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-08-23 22:42:50 +0200 |
commit | ca697749ef26f38c26967511b6ac6273b55e0268 (patch) | |
tree | feeb4bd353913e47a9219892012e0abdd57fca04 | |
parent | 1b9b62d04543525648f0a5a7433120cd67def5fa (diff) |
Add build-tools-depends in library for wrapper
-rw-r--r-- | cabal-helper.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 463cef0..17cf213 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -95,6 +95,9 @@ library ghc-options: -Wall + -- well actually this is a "runtime"-tool-depends :) + build-tool-depends: cabal-helper:cabal-helper-wrapper + build-depends: base < 5 && >= 4.7 build-depends: Cabal < 2.5 && >= 2.0 || < 1.26 && >= 1.14 , cabal-plan < 0.4 && >= 0.3.0.0 |