From ddd47474c85283644486efbdc04c13c766ab09bb Mon Sep 17 00:00:00 2001 From: Eric Mertens <emertens@galois.com> Date: Thu, 21 Dec 2017 21:38:12 -0600 Subject: [PATCH] Relax base bound Fixes #23 --- utf8-string.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utf8-string.cabal b/utf8-string.cabal index b15061b..611f686 100644 --- a/utf8-string.cabal +++ b/utf8-string.cabal @@ -24,7 +24,7 @@ source-repository head library Ghc-options: -W -O2 - build-depends: base >= 4.3 && < 4.11, bytestring >= 0.9 + build-depends: base >= 4.3 && < 5, bytestring >= 0.9 Exposed-modules: Codec.Binary.UTF8.String Codec.Binary.UTF8.Generic -- GitLab