summaryrefslogtreecommitdiff
path: root/dependent-enummap.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-05-13 13:38:54 +0200
committerTom Smeding <tom@tomsmeding.com>2025-05-13 13:38:54 +0200
commit522e9e62f16cd9a39ceae065062482632812b907 (patch)
treebfd8fe362dd827ba5db81163d2ceed5664848c3c /dependent-enummap.cabal
parent1b03c32b718db1f6373f436eead5e56fac50b236 (diff)
Enable more warnings
Thanks Mikolaj!
Diffstat (limited to 'dependent-enummap.cabal')
-rw-r--r--dependent-enummap.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/dependent-enummap.cabal b/dependent-enummap.cabal
index 0c64b58..7ba65b6 100644
--- a/dependent-enummap.cabal
+++ b/dependent-enummap.cabal
@@ -27,7 +27,8 @@ library
some >= 1 && < 2,
hs-source-dirs: src
default-language: Haskell2010
- ghc-options: -Wall
+ ghc-options: -Wall -Wcompat -Widentities -Wredundant-constraints -Wunused-packages
+
test-suite test
type: exitcode-stdio-1.0