summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-08-26 23:02:17 +0400
committerSam T <pxqr.sta@gmail.com>2013-08-26 23:02:17 +0400
commitcde9f6de81b2d0158e9aaa930167676c72647d55 (patch)
tree5288173a1314c7beff6f62b56bb81659f31e7922
parentf33e61219ea41c310b9ab3efc4e37f1a1ce8f489 (diff)
~ Fix bytestring version
-rw-r--r--bencoding.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index b2fcc3f..bddcb97 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -37,7 +37,7 @@ library
37 , ghc-prim 37 , ghc-prim
38 , deepseq == 1.3.* 38 , deepseq == 1.3.*
39 , containers >= 0.4 39 , containers >= 0.4
40 , bytestring >= 0.10.0.0 40 , bytestring >= 0.10.0.2
41 , attoparsec >= 0.10 41 , attoparsec >= 0.10
42 , text >= 0.11 42 , text >= 0.11
43 , pretty 43 , pretty
@@ -62,7 +62,7 @@ test-suite properties
62 , ghc-prim 62 , ghc-prim
63 63
64 , containers >= 0.4 64 , containers >= 0.4
65 , bytestring >= 0.10.0.0 65 , bytestring >= 0.10.0.2
66 , attoparsec >= 0.10 66 , attoparsec >= 0.10
67 67
68 , test-framework 68 , test-framework
@@ -81,7 +81,7 @@ benchmark bench-comparison
81 , ghc-prim 81 , ghc-prim
82 82
83 , attoparsec >= 0.10 83 , attoparsec >= 0.10
84 , bytestring >= 0.10.0.0 84 , bytestring >= 0.10.0.2
85 85
86 , criterion 86 , criterion
87 , deepseq 87 , deepseq