diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 5ced06b4..e4dbd626 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -43,7 +43,6 @@ library | |||
43 | hs-source-dirs: src | 43 | hs-source-dirs: src |
44 | exposed-modules: Data.Torrent | 44 | exposed-modules: Data.Torrent |
45 | -- Data.Torrent.Bitfield | 45 | -- Data.Torrent.Bitfield |
46 | Data.Torrent.Block | ||
47 | Data.Torrent.Client | 46 | Data.Torrent.Client |
48 | Data.Torrent.InfoHash | 47 | Data.Torrent.InfoHash |
49 | Data.Torrent.Layout | 48 | Data.Torrent.Layout |
@@ -61,6 +60,7 @@ library | |||
61 | -- Network.BitTorrent.DHT.Session | 60 | -- Network.BitTorrent.DHT.Session |
62 | -- Network.BitTorrent.Exchange | 61 | -- Network.BitTorrent.Exchange |
63 | -- Network.BitTorrent.Exchange.Assembler | 62 | -- Network.BitTorrent.Exchange.Assembler |
63 | Network.BitTorrent.Exchange.Block | ||
64 | Network.BitTorrent.Exchange.Message | 64 | Network.BitTorrent.Exchange.Message |
65 | -- Network.BitTorrent.Exchange.Session | 65 | -- Network.BitTorrent.Exchange.Session |
66 | Network.BitTorrent.Exchange.Status | 66 | Network.BitTorrent.Exchange.Status |