diff options
author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-05-13 16:39:45 +0200 |
---|---|---|
committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-05-13 16:39:45 +0200 |
commit | 06f2bb862088dab5b304b655d7d9ae628bab97d8 (patch) | |
tree | 00a69a5877fd8c1d50aeb75c4a27578d6a3013ac | |
parent | 31eff15c7f8f062748cda6c7b86c5b38818d9035 (diff) |
Enable more warnings
-rw-r--r-- | ox-arrays.cabal | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal index 139a2ff..58aea1b 100644 --- a/ox-arrays.cabal +++ b/ox-arrays.cabal @@ -75,7 +75,7 @@ library hs-source-dirs: src default-language: Haskell2010 - ghc-options: -Wall + ghc-options: -Wall -Wcompat -Widentities -Wredundant-constraints -Wunused-packages other-extensions: TemplateHaskell library strided-array-ops @@ -106,7 +106,7 @@ library strided-array-ops cc-options: -msse2 default-language: Haskell2010 - ghc-options: -Wall + ghc-options: -Wall -Wcompat -Widentities -Wredundant-constraints -Wunused-packages other-extensions: TemplateHaskell test-suite test @@ -131,7 +131,7 @@ test-suite test vector hs-source-dirs: test default-language: Haskell2010 - ghc-options: -Wall + ghc-options: -Wall -Wcompat -Widentities -Wredundant-constraints -Wunused-packages test-suite example type: exitcode-stdio-1.0 @@ -141,7 +141,7 @@ test-suite example base hs-source-dirs: example default-language: Haskell2010 - ghc-options: -Wall + ghc-options: -Wall -Wcompat -Widentities -Wredundant-constraints -Wunused-packages benchmark bench type: exitcode-stdio-1.0 @@ -156,7 +156,7 @@ benchmark bench vector hs-source-dirs: bench default-language: Haskell2010 - ghc-options: -Wall + ghc-options: -Wall -Wcompat -Widentities -Wredundant-constraints -Wunused-packages source-repository head type: git |