From f8569f9384a202de886e12bb3e85b042b526d3cd Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 28 Feb 2014 18:33:26 +0400 Subject: Fix build failure with bytestring-0.10.2.0 --- bencoding.cabal | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bencoding.cabal') diff --git a/bencoding.cabal b/bencoding.cabal index 3793ef4..2c3c5fb 100644 --- a/bencoding.cabal +++ b/bencoding.cabal @@ -41,11 +41,13 @@ library , Data.BEncode.Types build-depends: base == 4.* , ghc-prim + , integer-gmp , deepseq == 1.3.* + , mtl , attoparsec >= 0.10 - , bytestring >= 0.10.0.2 + , bytestring >= 0.10 , text >= 0.11 , pretty ghc-options: -Wall -O2 -fno-warn-unused-do-bind @@ -60,7 +62,7 @@ test-suite properties , ghc-prim , containers >= 0.4 - , bytestring >= 0.10.0.2 + , bytestring >= 0.10 , attoparsec >= 0.10 , bencoding @@ -80,7 +82,7 @@ benchmark bench-comparison , deepseq , attoparsec >= 0.10 - , bytestring >= 0.10.0.2 + , bytestring >= 0.10 , criterion -- cgit v1.2.3