From 2a66664e300c14be939175d978167627372f1545 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 27 Sep 2013 03:39:02 +0400 Subject: Relax bytestring dependency --- base32-bytestring.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base32-bytestring.cabal') diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal index 9ee4f67..498304d 100644 --- a/base32-bytestring.cabal +++ b/base32-bytestring.cabal @@ -37,7 +37,7 @@ library , Data.ByteString.Base32.Hex other-modules: Data.ByteString.Base32.Internal build-depends: base == 4.* - , bytestring == 0.10.* + , bytestring >= 0.9 , cpu == 0.1.* , bits-extras == 0.1.* ghc-options: -O2 -Wall -- cgit v1.2.3