aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-05-13 19:58:36 +0200
committerTom Smeding <tom@tomsmeding.com>2025-05-13 20:08:03 +0200
commitedffb586e99b4846d67c396e05f7adc13ac87cf4 (patch)
treeed138129bec32831d98af46aadc64c187951c01b /ox-arrays.cabal
parentbda0d3e9c1752d35488665ec19d39904f0dc4b49 (diff)
Some constraints look redundant to GHC, but are not
Diffstat (limited to 'ox-arrays.cabal')
-rw-r--r--ox-arrays.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/ox-arrays.cabal b/ox-arrays.cabal
index 2d45b08..c46e216 100644
--- a/ox-arrays.cabal
+++ b/ox-arrays.cabal
@@ -74,7 +74,7 @@ library
hs-source-dirs: src
default-language: Haskell2010
- ghc-options: -Wall -Wcompat -Widentities -Wredundant-constraints -Wunused-packages
+ ghc-options: -Wall -Wcompat -Widentities -Wunused-packages
other-extensions: TemplateHaskell
library strided-array-ops
@@ -105,7 +105,7 @@ library strided-array-ops
cc-options: -msse2
default-language: Haskell2010
- ghc-options: -Wall -Wcompat -Widentities -Wredundant-constraints -Wunused-packages
+ ghc-options: -Wall -Wcompat -Widentities -Wunused-packages
other-extensions: TemplateHaskell
test-suite test
@@ -130,7 +130,7 @@ test-suite test
vector
hs-source-dirs: test
default-language: Haskell2010
- ghc-options: -Wall -Wcompat -Widentities -Wredundant-constraints -Wunused-packages
+ ghc-options: -Wall -Wcompat -Widentities -Wunused-packages
test-suite example
type: exitcode-stdio-1.0
@@ -140,7 +140,7 @@ test-suite example
base
hs-source-dirs: example
default-language: Haskell2010
- ghc-options: -Wall -Wcompat -Widentities -Wredundant-constraints -Wunused-packages
+ ghc-options: -Wall -Wcompat -Widentities -Wunused-packages
benchmark bench
type: exitcode-stdio-1.0
@@ -155,7 +155,7 @@ benchmark bench
vector
hs-source-dirs: bench
default-language: Haskell2010
- ghc-options: -Wall -Wcompat -Widentities -Wredundant-constraints -Wunused-packages
+ ghc-options: -Wall -Wcompat -Widentities -Wunused-packages
source-repository head
type: git