diff options
-rw-r--r-- | bencoding.cabal | 6 |
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 @@ | |||
1 | name: bencoding | 1 | name: bencoding |
2 | version: 0.1.0.0 | 2 | version: 0.1.0.1 |
3 | synopsis: A library for encoding and decoding of BEncode data. | 3 | synopsis: A library for encoding and decoding of BEncode data. |
4 | homepage: https://github.com/pxqr/bencoding | 4 | homepage: https://github.com/pxqr/bencoding |
5 | bug-reports: https://github.com/pxqr/bencoding/issues | 5 | bug-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 |