diff options
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r-- | network-bittorrent.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal index e3f60869..a0df082f 100644 --- a/network-bittorrent.cabal +++ b/network-bittorrent.cabal | |||
@@ -22,6 +22,7 @@ source-repository head | |||
22 | 22 | ||
23 | library | 23 | library |
24 | exposed-modules: Data.Torrent | 24 | exposed-modules: Data.Torrent |
25 | , Data.Bitfield | ||
25 | , Data.Torrent.InfoHash | 26 | , Data.Torrent.InfoHash |
26 | 27 | ||
27 | , Network.BitTorrent | 28 | , Network.BitTorrent |
@@ -37,7 +38,6 @@ library | |||
37 | 38 | ||
38 | , Network.BitTorrent.PeerWire | 39 | , Network.BitTorrent.PeerWire |
39 | , Network.BitTorrent.PeerWire.Block | 40 | , Network.BitTorrent.PeerWire.Block |
40 | , Network.BitTorrent.PeerWire.Bitfield | ||
41 | , Network.BitTorrent.PeerWire.Selection | 41 | , Network.BitTorrent.PeerWire.Selection |
42 | , Network.BitTorrent.PeerWire.Message | 42 | , Network.BitTorrent.PeerWire.Message |
43 | , Network.BitTorrent.PeerWire.Handshake | 43 | , Network.BitTorrent.PeerWire.Handshake |