summaryrefslogtreecommitdiff
path: root/network-bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-07 21:38:01 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-07 21:38:01 +0400
commit8853d0fa11db7ef39e2a6b4b8132ebe844a52c19 (patch)
tree1046749c290f693515be0e102b37da5de42761c5 /network-bittorrent.cabal
parent196ce36ef8b2a6183e06f4ef7b8f2706db1e9455 (diff)
rename THP to Tracker
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r--network-bittorrent.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal
index 4aa6123f..50ff549f 100644
--- a/network-bittorrent.cabal
+++ b/network-bittorrent.cabal
@@ -19,7 +19,8 @@ source-repository head
19library 19library
20 exposed-modules: Data.Torrent 20 exposed-modules: Data.Torrent
21 , Network.Torrent 21 , Network.Torrent
22 , Network.Torrent.THP 22 , Network.Torrent.Tracker
23 , Network.Torrent.Tracker.Scrape
23 , Network.Torrent.PeerWire 24 , Network.Torrent.PeerWire
24 , Network.Torrent.PeerID 25 , Network.Torrent.PeerID
25 , Network.Torrent.Handshake 26 , Network.Torrent.Handshake
@@ -71,7 +72,7 @@ executable client
71 72
72 73
73 74
74test-suite info-hash.hs 75test-suite info-hash
75 type: exitcode-stdio-1.0 76 type: exitcode-stdio-1.0
76 main-is: info-hash.hs 77 main-is: info-hash.hs
77 hs-source-dirs: tests 78 hs-source-dirs: tests