Relax base versions to cover GHC 6.12 through 7.10

This commit is contained in:
Tomas Carnecky 2015-04-07 21:54:16 +00:00
parent ff05ccf4ee
commit 0dce9ad128

View File

@ -41,7 +41,7 @@ library
, Text.Inflections.Parse.CamelCase
ghc-options: -Wall
build-depends: base >=4.5 && <4.8, parsec, containers
build-depends: base >=4.2 && <4.9, parsec, containers
default-language: Haskell2010
test-suite test
@ -50,7 +50,7 @@ test-suite test
main-is: Suite.hs
build-depends:
inflections
, base >=4.5 && <4.8
, base >=4.2 && <4.9
, test-framework
, HUnit
, QuickCheck