diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2016-01-11 12:16:42 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2016-01-13 03:14:34 +0100 |
commit | 474c6e9ab033d605ec753ecb9041e3953778002f (patch) | |
tree | 04428961e3a6db660bc77ba868a7b1aa4dea9a56 /cabal-helper.cabal | |
parent | d942dbb8e6a605d336b6394de84589eb5e623aad (diff) |
Add `cabal` as a build-tool for Nix
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index ac5f55d..b25a62c 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -89,6 +89,7 @@ Test-Suite spec Main-Is: Spec.hs Hs-Source-Dirs: tests, . GHC-Options: -Wall + Build-Tools: cabal Build-Depends: base >= 4.5 && < 5 , cabal-helper , extra |