gdritter repos config-ini / 0d34eee
Specify -fno-warn-redundant-constraints in the cabal file instead of the source files Getty Ritter 5 years ago
3 changed file(s) with 3 addition(s) and 3 deletion(s). Collapse all Expand all
4242 , Data.Ini.Config.Bidir
4343 , Data.Ini.Config.Raw
4444 ghc-options: -Wall
45 if impl(ghc > 8.0)
46 ghc-options: -fno-warn-redundant-constraints
4547 build-depends: base >=4.8 && <5
4648 , containers >=0.5 && <0.6
4749 , text >=1.2.2 && <1.3
1 {-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
21 {-|
32 Module : Data.Ini.Config.Bidir
43 Copyright : (c) Getty Ritter, 2017
1 {-# OPTIONS_GHC -fno-warn-redundant-constraints #-}
21 {-|
32 Module : Data.Ini.Config
43 Copyright : (c) Getty Ritter, 2017
9796 , listWithSeparator
9897 ) where
9998
100 import Control.Applicative (Applicative(..), Alternative(..))
99 import Control.Applicative (Alternative(..))
101100 import Control.Monad.Trans.Except
102101 import Data.Ini.Config.Raw
103102 import Data.Sequence (Seq)