summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2019-07-01 11:54:00 -0400
committerJoey Hess2019-07-01 11:54:00 -0400
commit394267002a8e63e52035919e4b35ee43cc940019 (patch)
tree10c3ebb79c2183a70af7a94e762b9240c1b99b75
parentbde17d575fdd00f54184eb69e898b462f6919638 (diff)
remove no longer needed -fno-warn-redundant-constraints
Commit b1038365960693a013d7026f25d026a1fd098062 suggested that it be moved to per-module when support for ghc 7 was dropped, so I removed it from the cabal file, but there were no build warnings without it so did not need to add it to any modules. (Tested only with ghc 8.4.4)
-rw-r--r--propellor.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 4062c0fb..819a280e 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -38,8 +38,6 @@ Description:
Library
Default-Language: Haskell98
GHC-Options: -Wall -fno-warn-tabs -O0
- if impl(ghc >= 8.0)
- GHC-Options: -fno-warn-redundant-constraints
Default-Extensions: TypeOperators
Hs-Source-Dirs: src
Build-Depends: