summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal8
1 files changed, 5 insertions, 3 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index 3793ef4..2c3c5fb 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -41,11 +41,13 @@ library
41 , Data.BEncode.Types 41 , Data.BEncode.Types
42 build-depends: base == 4.* 42 build-depends: base == 4.*
43 , ghc-prim 43 , ghc-prim
44 , integer-gmp
44 , deepseq == 1.3.* 45 , deepseq == 1.3.*
46
45 , mtl 47 , mtl
46 48
47 , attoparsec >= 0.10 49 , attoparsec >= 0.10
48 , bytestring >= 0.10.0.2 50 , bytestring >= 0.10
49 , text >= 0.11 51 , text >= 0.11
50 , pretty 52 , pretty
51 ghc-options: -Wall -O2 -fno-warn-unused-do-bind 53 ghc-options: -Wall -O2 -fno-warn-unused-do-bind
@@ -60,7 +62,7 @@ test-suite properties
60 , ghc-prim 62 , ghc-prim
61 63
62 , containers >= 0.4 64 , containers >= 0.4
63 , bytestring >= 0.10.0.2 65 , bytestring >= 0.10
64 , attoparsec >= 0.10 66 , attoparsec >= 0.10
65 67
66 , bencoding 68 , bencoding
@@ -80,7 +82,7 @@ benchmark bench-comparison
80 , deepseq 82 , deepseq
81 83
82 , attoparsec >= 0.10 84 , attoparsec >= 0.10
83 , bytestring >= 0.10.0.2 85 , bytestring >= 0.10
84 86
85 , criterion 87 , criterion
86 88