summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-06-28 15:02:33 +0400
committerSam T <pxqr.sta@gmail.com>2013-06-28 15:02:33 +0400
commit027333ccd04d3627c1fbebdf5d3b736c5d848652 (patch)
treebff06e76352eda420f371e78dad6fbb5ba4e9f32 /bencoding.cabal
parentd1ef5f2079d78d628ff0670bc33de4f3738e6b51 (diff)
~ Fix deps, bump version.
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index 0daecde..7918508 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -1,5 +1,5 @@
1name: bencoding 1name: bencoding
2version: 0.1.0.0 2version: 0.1.0.1
3synopsis: A library for encoding and decoding of BEncode data. 3synopsis: A library for encoding and decoding of BEncode data.
4homepage: https://github.com/pxqr/bencoding 4homepage: https://github.com/pxqr/bencoding
5bug-reports: https://github.com/pxqr/bencoding/issues 5bug-reports: https://github.com/pxqr/bencoding/issues
@@ -57,7 +57,7 @@ test-suite properties
57 57
58 build-depends: base == 4.* 58 build-depends: base == 4.*
59 , containers >= 0.4 59 , containers >= 0.4
60 , bytestring >= 0.10.2.0 60 , bytestring >= 0.10.0.0
61 , attoparsec >= 0.10 61 , attoparsec >= 0.10
62 62
63 , test-framework 63 , test-framework
@@ -75,7 +75,7 @@ benchmark bench-comparison
75 75
76 build-depends: base == 4.* 76 build-depends: base == 4.*
77 , attoparsec >= 0.10 77 , attoparsec >= 0.10
78 , bytestring >= 0.10.2.0 78 , bytestring >= 0.10.0.0
79 79
80 , criterion 80 , criterion
81 , deepseq 81 , deepseq