diff options
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 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 |