aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-09-25 12:53:19 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-09-25 13:12:00 +0200
commit72bcc163d0ecc09d6d92b73ed2500891e86a27fd (patch)
tree50056c8626f34da06f73c740c7779b7cb03e1360 /cabal-helper.cabal
parent5a5b2c37c2048a55cef268340df171c7ad057c71 (diff)
Fix some warnings
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 145a545..e027782 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -78,9 +78,11 @@ executable cabal-helper-wrapper
CabalHelper.Compiletime.Log
CabalHelper.Compiletime.Types
CabalHelper.Shared.Common
+ CabalHelper.Shared.InterfaceTypes
CabalHelper.Shared.Sandbox
Paths_cabal_helper
- ghc-options: -Wall
+ if flag(dev)
+ ghc-options: -Wall
scope: private
x-scope: private
build-depends: base < 5 && >= 4.5
@@ -113,7 +115,6 @@ test-suite compile-test
CabalHelper.Compiletime.Types
CabalHelper.Shared.Common
CabalHelper.Shared.Sandbox
- Distribution.Helper
Paths_cabal_helper
hs-source-dirs: .
ghc-options: -Wall