From ea540c118c803b431761bda16a27f084e08bb38e Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 7 Oct 2015 14:57:01 +0000 Subject: [PATCH] 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. --- gf.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,