summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 345e8018..22c2794a 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -43,6 +43,7 @@ library
43 , Network.BitTorrent.Peer 43 , Network.BitTorrent.Peer
44 , Network.BitTorrent.Tracker 44 , Network.BitTorrent.Tracker
45 , Network.BitTorrent.Exchange 45 , Network.BitTorrent.Exchange
46 , Network.BitTorrent.DHT
46 , System.Torrent.Storage 47 , System.Torrent.Storage
47 Network.BitTorrent.Internal 48 Network.BitTorrent.Internal
48 other-modules: 49 other-modules:
@@ -108,6 +109,7 @@ library
108 , filepath >= 1 109 , filepath >= 1
109 , directory >= 1 110 , directory >= 1
110 , mmap >= 0.5.2 111 , mmap >= 0.5.2
112 , entropy
111 113
112 -- Hash 114 -- Hash
113 , cryptohash 115 , cryptohash