summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-06 21:43:56 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-06 21:43:56 +0400
commit25c46cddb6498155e2b8b07d85f900c4a950267e (patch)
treefcbf9c32ca74eae000883b127c49a46fb25c629f /bittorrent.cabal
parentb0d2f2883c9d134b04944d6ec4a4ac15fa516cab (diff)
Add BEP12: Multitracker Protocol Extension
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal9
1 files changed, 6 insertions, 3 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index f8e598c1..4b2431ce 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -74,7 +74,7 @@ library
74-- Network.BitTorrent.Exchange.Session 74-- Network.BitTorrent.Exchange.Session
75 Network.BitTorrent.Exchange.Status 75 Network.BitTorrent.Exchange.Status
76 Network.BitTorrent.Exchange.Wire 76 Network.BitTorrent.Exchange.Wire
77-- Network.BitTorrent.Tracker 77 Network.BitTorrent.Tracker.List
78 Network.BitTorrent.Tracker.Message 78 Network.BitTorrent.Tracker.Message
79 Network.BitTorrent.Tracker.RPC 79 Network.BitTorrent.Tracker.RPC
80 Network.BitTorrent.Tracker.RPC.HTTP 80 Network.BitTorrent.Tracker.RPC.HTTP
@@ -153,12 +153,15 @@ library
153 , wai >= 1.4 && < 2.0 153 , wai >= 1.4 && < 2.0
154 , iproute 154 , iproute
155 155
156 -- RNG/PRNG
157 , entropy >= 0.2
158 , random >= 1.0.0.2
159 , random-shuffle >= 0.0.0.4
160
156 -- System 161 -- System
157 , directory >= 1.2 162 , directory >= 1.2
158 , entropy >= 0.2
159 , filepath >= 1.3 163 , filepath >= 1.3
160 , mmap >= 0.5 164 , mmap >= 0.5
161 , random >= 1.0.0.2
162 165
163 ghc-options: -Wall 166 ghc-options: -Wall
164 ghc-prof-options: 167 ghc-prof-options: