summaryrefslogtreecommitdiff
path: root/network-bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-05-03 11:33:48 +0400
committerSam T <pxqr.sta@gmail.com>2013-05-03 11:33:48 +0400
commit2c79ab203d8be419cff936e306722cf47625472b (patch)
tree13059022f5b5eb833fa4cd53ce8703a497484cef /network-bittorrent.cabal
parent26867c91679ecf0c93ecde1cf4eb142041580f92 (diff)
+ Add initial tests for bitfields.
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r--network-bittorrent.cabal7
1 files changed, 5 insertions, 2 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal
index 6a14b3e9..6d00410a 100644
--- a/network-bittorrent.cabal
+++ b/network-bittorrent.cabal
@@ -49,6 +49,7 @@ library
49 , stm >= 2.4 49 , stm >= 2.4
50 50
51 -- Data packages 51 -- Data packages
52 , array >= 0.4
52 , bytestring >= 0.10.2 53 , bytestring >= 0.10.2
53 , containers >= 0.4 54 , containers >= 0.4
54 , text >= 0.11.0 55 , text >= 0.11.0
@@ -91,9 +92,11 @@ test-suite info-hash
91 92
92 93
93 94
94test-suite encoding 95test-suite properties
95 type: exitcode-stdio-1.0 96 type: exitcode-stdio-1.0
96 main-is: encoding.hs 97 main-is: Main.hs
98 other-modules: Encoding
99
97 hs-source-dirs: tests 100 hs-source-dirs: tests
98 101
99 build-depends: base == 4.* 102 build-depends: base == 4.*