From 72bcc163d0ecc09d6d92b73ed2500891e86a27fd Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Mon, 25 Sep 2017 12:53:19 +0200 Subject: Fix some warnings --- cabal-helper.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cabal-helper.cabal') 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 -- cgit v1.2.3