aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-08-07 09:25:39 +0200
committerDaniel Gröber <dxld@darkboxed.org>2015-08-07 09:25:39 +0200
commit4fd4b1942c7ea33dc8fc7bc6586048c2d8b529c3 (patch)
tree57ba037a2091640cb1a9527ede905e329c317fcc /cabal-helper.cabal
parentbdc5f4a740f82f90c5bed277ab368a75040bd6bc (diff)
Factor sandbox stuff out into a seperate module
So we can use the sandbox discovery for Setup.hs components
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 15710e3..0cbee55 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -43,6 +43,7 @@ library
Other-Modules: Paths_cabal_helper
, CabalHelper.Types
default-language: Haskell2010
+ GHC-Options: -Wall
Build-Depends: base >= 4.5 && < 5
, Cabal >= 1.14 && < 1.23
, data-default