diff options
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r-- | network-bittorrent.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal index 50ff549f..903c7ae7 100644 --- a/network-bittorrent.cabal +++ b/network-bittorrent.cabal | |||
@@ -19,11 +19,13 @@ source-repository head | |||
19 | library | 19 | library |
20 | exposed-modules: Data.Torrent | 20 | exposed-modules: Data.Torrent |
21 | , Network.Torrent | 21 | , Network.Torrent |
22 | , Network.Torrent.PeerID | ||
22 | , Network.Torrent.Tracker | 23 | , Network.Torrent.Tracker |
23 | , Network.Torrent.Tracker.Scrape | 24 | , Network.Torrent.Tracker.Scrape |
24 | , Network.Torrent.PeerWire | 25 | , Network.Torrent.PeerWire |
25 | , Network.Torrent.PeerID | 26 | , Network.Torrent.PeerWire.Handshake |
26 | , Network.Torrent.Handshake | 27 | |
28 | |||
27 | other-modules: | 29 | other-modules: |
28 | 30 | ||
29 | 31 | ||