From 71c529b4c4ed34c35873052c97ade8c42f967180 Mon Sep 17 00:00:00 2001 From: Eric Mertens <emertens@gmail.com> Date: Mon, 19 May 2014 01:06:02 -0700 Subject: [PATCH] Provide a base constraint that hackage can live with --- utf8-string.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utf8-string.cabal b/utf8-string.cabal index 221b004..25c9754 100644 --- a/utf8-string.cabal +++ b/utf8-string.cabal @@ -26,7 +26,7 @@ library build-depends: base >= 2.0 && < 2.2 cpp-options: -DBYTESTRING_IN_BASE else - build-depends: base < 2.0 || >= 3, bytestring >= 0.9 + build-depends: base >= 3 && < 4.8, bytestring >= 0.9 Extensions: CPP Exposed-modules: Codec.Binary.UTF8.String -- GitLab