summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-23 02:04:07 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-23 02:04:07 +0400
commit923abc9ee7576f2d3e1b7e2b2d5a32ed5d2f21c9 (patch)
tree4586b0d5f22eb37fd3c3b4585c5ebbb4e5b12119 /bittorrent.cabal
parent8ad997f8f8725391fbaba415b0e751f42288d697 (diff)
Add spec for client info extraction from azureus encoded peer id
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 831f8729..846b5b16 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -144,6 +144,7 @@ test-suite spec
144 other-modules: Data.Torrent.MagnetSpec 144 other-modules: Data.Torrent.MagnetSpec
145 Data.Torrent.InfoHashSpec 145 Data.Torrent.InfoHashSpec
146 Data.Torrent.MetainfoSpec 146 Data.Torrent.MetainfoSpec
147 Data.Torrent.ClientSpec
147 build-depends: base == 4.* 148 build-depends: base == 4.*
148 , bytestring 149 , bytestring
149 , directory 150 , directory