diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-09-25 12:53:19 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-09-25 13:12:00 +0200 |
commit | 72bcc163d0ecc09d6d92b73ed2500891e86a27fd (patch) | |
tree | 50056c8626f34da06f73c740c7779b7cb03e1360 | |
parent | 5a5b2c37c2048a55cef268340df171c7ad057c71 (diff) |
Fix some warnings
-rw-r--r-- | cabal-helper.cabal | 5 |
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 |