summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-28 14:39:57 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-28 14:39:57 +0400
commitd1ef5f2079d78d628ff0670bc33de4f3738e6b51 (patch)
treeb0db165c70d3638f52b66950d48f79f04154f8b6 /bencoding.cabal
parent1cd16efea0b982cac9f8ee4d0917bc12ba91b46d (diff)
~ Use older bytestring.
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index e2e4775..0daecde 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -31,7 +31,7 @@ library
31 exposed-modules: Data.BEncode 31 exposed-modules: Data.BEncode
32 build-depends: base == 4.* 32 build-depends: base == 4.*
33 , containers >= 0.4 33 , containers >= 0.4
34 , bytestring >= 0.10.2.0 34 , bytestring >= 0.10.0.0
35 , attoparsec >= 0.10 35 , attoparsec >= 0.10
36 , text >= 0.11 36 , text >= 0.11
37 , pretty 37 , pretty