1
0
forked from GitHub/gf-core

gf.cabal: require base>=4.5 (ghc>=7.4)

There are some low-level dependencies in GF.Text.Coding that break
compatibility with older versions of GHC and some other known problems.
This commit is contained in:
hallgren
2015-10-07 14:57:01 +00:00
parent dad76d2cfe
commit ea540c118c

View File

@@ -71,7 +71,7 @@ flag c-runtime
Library
default-language: Haskell2010
build-depends: base >= 4.3 && <5,
build-depends: base >= 4.5 && <5,
array,
containers,
bytestring,