From 027333ccd04d3627c1fbebdf5d3b736c5d848652 Mon Sep 17 00:00:00 2001 From: Sam T Date: Fri, 28 Jun 2013 15:02:33 +0400 Subject: ~ Fix deps, bump version. --- bencoding.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bencoding.cabal') diff --git a/bencoding.cabal b/bencoding.cabal index 0daecde..7918508 100644 --- a/bencoding.cabal +++ b/bencoding.cabal @@ -1,5 +1,5 @@ name: bencoding -version: 0.1.0.0 +version: 0.1.0.1 synopsis: A library for encoding and decoding of BEncode data. homepage: https://github.com/pxqr/bencoding bug-reports: https://github.com/pxqr/bencoding/issues @@ -57,7 +57,7 @@ test-suite properties build-depends: base == 4.* , containers >= 0.4 - , bytestring >= 0.10.2.0 + , bytestring >= 0.10.0.0 , attoparsec >= 0.10 , test-framework @@ -75,7 +75,7 @@ benchmark bench-comparison build-depends: base == 4.* , attoparsec >= 0.10 - , bytestring >= 0.10.2.0 + , bytestring >= 0.10.0.0 , criterion , deepseq -- cgit v1.2.3