diff options
author | Sam T <sta.cs.vsu@gmail.com> | 2013-04-08 09:00:44 +0400 |
---|---|---|
committer | Sam T <sta.cs.vsu@gmail.com> | 2013-04-08 09:00:44 +0400 |
commit | d3ec73cde2ccf1ea3347463cf90eb89e460f1376 (patch) | |
tree | 5a649546a4ba2d49b6e202443ba7015c0bcdefc0 /network-bittorrent.cabal | |
parent | 1b38c3e4a9741da210b984eac6ffc073121a4940 (diff) |
- remove client test
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r-- | network-bittorrent.cabal | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal index facbf2f7..fa836e0a 100644 --- a/network-bittorrent.cabal +++ b/network-bittorrent.cabal | |||
@@ -57,24 +57,6 @@ library | |||
57 | -- ghc-options: -Wall | 57 | -- ghc-options: -Wall |
58 | 58 | ||
59 | 59 | ||
60 | executable client | ||
61 | main-is: client.hs | ||
62 | build-depends: base == 4.5.* | ||
63 | , bytestring >= 0.10.2.0 | ||
64 | , network >= 2.4.1.2 | ||
65 | , text | ||
66 | , cereal | ||
67 | , mtl | ||
68 | |||
69 | , bencoding >= 0.1.0.0 | ||
70 | , network-bittorrent >= 0.1.0.0 | ||
71 | |||
72 | |||
73 | hs-source-dirs: tests | ||
74 | ghc-options: -Wall -O2 | ||
75 | |||
76 | |||
77 | |||
78 | test-suite info-hash | 60 | test-suite info-hash |
79 | type: exitcode-stdio-1.0 | 61 | type: exitcode-stdio-1.0 |
80 | main-is: info-hash.hs | 62 | main-is: info-hash.hs |