summaryrefslogtreecommitdiff
path: root/src/Propellor/Container.hs
diff options
context:
space:
mode:
authorJoey Hess2016-11-11 17:40:32 -0400
committerJoey Hess2016-11-11 17:42:43 -0400
commitb1038365960693a013d7026f25d026a1fd098062 (patch)
tree296d7e4f59dbe1974750ef9eecfade3e286fb82c /src/Propellor/Container.hs
parentc0d0e57257fe8dee1f9d37a6d49b6322af985a69 (diff)
turn off redundant constraints warnings in cabal file
ghc 7 does not support -fno-warn-redundant-constraints so this can't be done on a per-module basis. It would be good to revert this commit when dropping support for ghc 7.
Diffstat (limited to 'src/Propellor/Container.hs')
-rw-r--r--src/Propellor/Container.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Container.hs b/src/Propellor/Container.hs
index 5c365f59..26194456 100644
--- a/src/Propellor/Container.hs
+++ b/src/Propellor/Container.hs
@@ -1,5 +1,4 @@
{-# LANGUAGE DataKinds, TypeFamilies #-}
-{-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
module Propellor.Container where