utf8-string.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utf8-string.cabal b/utf8-string.cabal index 5eb52d7..f1fbfac 100644 --- a/utf8-string.cabal +++ b/utf8-string.cabal @@ -19,7 +19,7 @@ Tested-With: GHC==7.0.4, GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.2 library Ghc-options: -W -O2 - build-depends: base >= 4.3 && < 4.9, bytestring >= 0.9 + build-depends: base >= 4.3 && < 5, bytestring >= 0.9 Extensions: CPP Exposed-modules: Codec.Binary.UTF8.String