From 06f2bb862088dab5b304b655d7d9ae628bab97d8 Mon Sep 17 00:00:00 2001 From: Mikolaj Konarski Date: Tue, 13 May 2025 16:39:45 +0200 Subject: Enable more warnings --- ox-arrays.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ox-arrays.cabal') 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 -- cgit v1.2.3-70-g09d2