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