The package is compatible with GHC 8

This commit is contained in:
Tomas Carnecky 2016-05-29 20:15:51 -04:00
parent 7d5e2a43a8
commit 4fe02391da

View File

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