From 2c79ab203d8be419cff936e306722cf47625472b Mon Sep 17 00:00:00 2001 From: Sam T Date: Fri, 3 May 2013 11:33:48 +0400 Subject: + Add initial tests for bitfields. --- network-bittorrent.cabal | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'network-bittorrent.cabal') 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 , stm >= 2.4 -- Data packages + , array >= 0.4 , bytestring >= 0.10.2 , containers >= 0.4 , text >= 0.11.0 @@ -91,9 +92,11 @@ test-suite info-hash -test-suite encoding +test-suite properties type: exitcode-stdio-1.0 - main-is: encoding.hs + main-is: Main.hs + other-modules: Encoding + hs-source-dirs: tests build-depends: base == 4.* -- cgit v1.2.3