summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
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