summaryrefslogtreecommitdiff
path: root/network-bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-05-16 19:35:46 +0400
committerSam T <pxqr.sta@gmail.com>2013-05-16 19:35:46 +0400
commit448b86fca5cac5abfef66598391614a8a4f83a46 (patch)
treef17e9d2adc7e23b83e4f198a38a94945188e7477 /network-bittorrent.cabal
parentafef54f0fa5c7fee567d960d4183caa5817f46e5 (diff)
~ Some initial DHT skeleton.
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r--network-bittorrent.cabal9
1 files changed, 7 insertions, 2 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal
index 53cadcd8..da4e6818 100644
--- a/network-bittorrent.cabal
+++ b/network-bittorrent.cabal
@@ -22,8 +22,8 @@ source-repository head
22 22
23library 23library
24 exposed-modules: Data.Torrent 24 exposed-modules: Data.Torrent
25 , Data.Bitfield
26 , Data.Torrent.InfoHash 25 , Data.Torrent.InfoHash
26 , Data.Bitfield
27 27
28 , Network.BitTorrent 28 , Network.BitTorrent
29 , Network.BitTorrent.Extension 29 , Network.BitTorrent.Extension
@@ -44,6 +44,10 @@ library
44 , Network.BitTorrent.PeerWire.Message 44 , Network.BitTorrent.PeerWire.Message
45 , Network.BitTorrent.PeerWire.Handshake 45 , Network.BitTorrent.PeerWire.Handshake
46 46
47 -- DHT
48 , Data.Kademlia.RoutingTable
49 , Network.DHT.Kademlia
50
47 other-modules: 51 other-modules:
48 52
49 53
@@ -69,8 +73,9 @@ library
69 -- network related packages 73 -- network related packages
70 , network >= 2.4 74 , network >= 2.4
71 , HTTP >= 4000.2 75 , HTTP >= 4000.2
72 , cryptohash 76 , krpc
73 77
78 , cryptohash
74 , filepath == 1.* 79 , filepath == 1.*
75 80
76 81