summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2015-10-07 14:57:01 +0000
committerhallgren <hallgren@chalmers.se>2015-10-07 14:57:01 +0000
commit8f23e37fe21ea1e26481e9efd72e4c8377d3df0b (patch)
treec834ec1654db948d815d52cf74905867ceee6dd2 /gf.cabal
parent3a3963206b960afd561fa27e9d2abbe39bce246d (diff)
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.
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index 25cf122b1..308868911 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -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,