From b47a17d3d664ecbe6b7c69417bce586055fc90ec Mon Sep 17 00:00:00 2001 From: Athan Clark Date: Thu, 18 Aug 2016 22:20:53 -0700 Subject: [PATCH] Unecessary constraint Relaxing this constraint would make this library more available --- memcached.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memcached.cabal b/memcached.cabal index 758fb49..a2bf3e3 100644 --- a/memcached.cabal +++ b/memcached.cabal @@ -16,7 +16,7 @@ tested-with: GHC==6.8.2, GHC==6.10 build-depends: base >3 && <5, network, - bytestring >=0.9 && <0.10, + bytestring >=0.9 && <0.11, utf8-light >=0.4 && <1.0 extra-source-files: