summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-05 04:10:45 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-05 04:10:45 +0400
commit74df228e2d8cbe27049f65a70253a59e67c7acc0 (patch)
tree6d97c557d1420577f776961753d8ba6e456ed250 /bittorrent.cabal
parentaa86e6191cfdd0585808ae1f12355918996d3ee5 (diff)
Move Block module to exchange subsystem
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal2
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