summaryrefslogtreecommitdiff
path: root/network-bittorrent.cabal
diff options
context:
space:
mode:
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