From ed12bbdb4048950a9afcd0af8bfe1a112d867da8 Mon Sep 17 00:00:00 2001 From: Eric Mertens Date: Thu, 22 Jan 2015 17:51:04 -0800 Subject: [PATCH] Add base upper bound --- utf8-string.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utf8-string.cabal b/utf8-string.cabal index a0b6d7e..87aaa8f 100644 --- a/utf8-string.cabal +++ b/utf8-string.cabal @@ -18,7 +18,7 @@ Extra-Source-Files: CHANGELOG.markdown library Ghc-options: -W -O2 - build-depends: base >= 4.3, bytestring >= 0.9 + build-depends: base >= 4.3 && < 4.9, bytestring >= 0.9 Extensions: CPP Exposed-modules: Codec.Binary.UTF8.String