summaryrefslogtreecommitdiff
path: root/base32-bytestring.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-09-27 03:39:02 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-09-27 03:39:02 +0400
commit2a66664e300c14be939175d978167627372f1545 (patch)
treeab4018be814e581d4c7aaefef16ee5da970543ae /base32-bytestring.cabal
parent26d8d2388d70a0d501ba16ff5a766439b0136e81 (diff)
Relax bytestring dependency
Diffstat (limited to 'base32-bytestring.cabal')
-rw-r--r--base32-bytestring.cabal2
1 files changed, 1 insertions, 1 deletions
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
37 , Data.ByteString.Base32.Hex 37 , Data.ByteString.Base32.Hex
38 other-modules: Data.ByteString.Base32.Internal 38 other-modules: Data.ByteString.Base32.Internal
39 build-depends: base == 4.* 39 build-depends: base == 4.*
40 , bytestring == 0.10.* 40 , bytestring >= 0.9
41 , cpu == 0.1.* 41 , cpu == 0.1.*
42 , bits-extras == 0.1.* 42 , bits-extras == 0.1.*
43 ghc-options: -O2 -Wall 43 ghc-options: -O2 -Wall