diff options
-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 |