From 394267002a8e63e52035919e4b35ee43cc940019 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 1 Jul 2019 11:54:00 -0400 Subject: 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) --- propellor.cabal | 2 -- 1 file changed, 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: -- cgit v1.2.3