summaryrefslogtreecommitdiff
path: root/bencoding.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-05-19 18:44:52 +0400
committerSam T <pxqr.sta@gmail.com>2013-05-19 18:44:52 +0400
commit3cf5104221acedb509f9a655b95de7ed8c8666db (patch)
treed0d0e23c938f005f2a9acebc5af5762f6f9b6636 /bencoding.cabal
parente4f66dc70959c64fb3b3ce7ef2b5da366062b980 (diff)
~ Fix cabal.
Diffstat (limited to 'bencoding.cabal')
-rw-r--r--bencoding.cabal14
1 files changed, 7 insertions, 7 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index 9c57b6a..da58260 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -24,10 +24,10 @@ library
24 24
25-- WARN package text is used only for instance declaration 25-- WARN package text is used only for instance declaration
26 build-depends: base == 4.* 26 build-depends: base == 4.*
27 , containers >= 0.4.* 27 , containers >= 0.4
28 , bytestring >= 0.10.2.0 28 , bytestring >= 0.10.2.0
29 , attoparsec >= 0.10.* 29 , attoparsec >= 0.10
30 , text >= 0.11.* 30 , text >= 0.11
31 , ansi-wl-pprint 31 , ansi-wl-pprint
32 32
33 hs-source-dirs: src 33 hs-source-dirs: src
@@ -52,9 +52,9 @@ test-suite properties
52 hs-source-dirs: tests 52 hs-source-dirs: tests
53 53
54 build-depends: base == 4.* 54 build-depends: base == 4.*
55 , containers >= 0.4.* 55 , containers >= 0.4
56 , bytestring >= 0.10.2.0 56 , bytestring >= 0.10.2.0
57 , attoparsec >= 0.10.* 57 , attoparsec >= 0.10
58 , ansi-wl-pprint 58 , ansi-wl-pprint
59 59
60 , test-framework 60 , test-framework
@@ -71,7 +71,7 @@ benchmark bench-comparison
71 hs-source-dirs: bench 71 hs-source-dirs: bench
72 72
73 build-depends: base == 4.* 73 build-depends: base == 4.*
74 , attoparsec >= 0.10.* 74 , attoparsec >= 0.10
75 , bytestring >= 0.10.2.0 75 , bytestring >= 0.10.2.0
76 76
77 , criterion 77 , criterion
@@ -79,6 +79,6 @@ benchmark bench-comparison
79 79
80 , bencoding 80 , bencoding
81 , bencode >= 0.5 81 , bencode >= 0.5
82 , AttoBencode >= 0.2.* 82 , AttoBencode >= 0.2
83 83
84 ghc-options: -O2 -Wall -fno-warn-orphans 84 ghc-options: -O2 -Wall -fno-warn-orphans