summaryrefslogtreecommitdiff
path: root/network-bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-05-17 05:06:00 +0400
committerSam T <pxqr.sta@gmail.com>2013-05-17 05:06:00 +0400
commit3d53b08b7fe4a7727418670e510d826eae576f14 (patch)
treee7d2cb26077b6ab4ab5e732034bc23d542419a85 /network-bittorrent.cabal
parent448b86fca5cac5abfef66598391614a8a4f83a46 (diff)
~ Reorganize modules.
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r--network-bittorrent.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal
index da4e6818..be4a3155 100644
--- a/network-bittorrent.cabal
+++ b/network-bittorrent.cabal
@@ -45,7 +45,9 @@ library
45 , Network.BitTorrent.PeerWire.Handshake 45 , Network.BitTorrent.PeerWire.Handshake
46 46
47 -- DHT 47 -- DHT
48 , Data.Kademlia.RoutingTable 48 , Data.Kademlia.Routing.Bucket
49 , Data.Kademlia.Routing.Tree
50 , Data.Kademlia.Routing.Table
49 , Network.DHT.Kademlia 51 , Network.DHT.Kademlia
50 52
51 other-modules: 53 other-modules: