From cb53210b7aab9de765bf10111c2135ae6f39aad7 Mon Sep 17 00:00:00 2001 From: Sam T Date: Thu, 18 Apr 2013 18:25:21 +0400 Subject: ~ Fix broken dependency. --- bencoding.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bencoding.cabal') diff --git a/bencoding.cabal b/bencoding.cabal index 7631f14..ddb598d 100644 --- a/bencoding.cabal +++ b/bencoding.cabal @@ -25,7 +25,7 @@ library -- WARN package text is used only for instance declaration build-depends: base == 4.5.* , containers == 0.4.* - , bytestring == 0.10.* + , bytestring >= 0.10.2 , attoparsec == 0.10.* , text == 0.11.* , ansi-wl-pprint @@ -39,7 +39,7 @@ library executable pp main-is: pp.hs build-depends: base == 4.5.* - , bytestring == 0.10.* + , bytestring >= 0.10.2 , bencoding == 0.1.* hs-source-dirs: pp @@ -53,7 +53,7 @@ test-suite properties build-depends: base == 4.5.* , containers == 0.4.* - , bytestring == 0.10.* + , bytestring >= 0.10.2 , attoparsec == 0.10.* , ansi-wl-pprint @@ -72,7 +72,7 @@ benchmark bench-comparison build-depends: base == 4.5.* , attoparsec == 0.10.* - , bytestring == 0.10.* + , bytestring >= 0.10.2 , criterion , deepseq -- cgit v1.2.3