diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-02 00:17:05 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-02 00:17:05 +0400 |
commit | 10fcabb96e9f5b2d25cdfae22973cbcb99282139 (patch) | |
tree | 94ceeddd0c4f6998317f921feccddc1d7498ed7e /bittorrent.cabal | |
parent | 2abd00f548b7b9565b2a6bc1bed793d2a6f8c9cd (diff) |
Add http tracker server-side skeleton
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index acb28fa7..5b8473dc 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -59,21 +59,21 @@ library | |||
59 | -- , Network.BitTorrent.DHT.Protocol | 59 | -- , Network.BitTorrent.DHT.Protocol |
60 | -- , Network.BitTorrent.DHT.Session | 60 | -- , Network.BitTorrent.DHT.Session |
61 | -- , Network.BitTorrent.Exchange | 61 | -- , Network.BitTorrent.Exchange |
62 | , Network.BitTorrent.Exchange.Assembler | 62 | -- , Network.BitTorrent.Exchange.Assembler |
63 | , Network.BitTorrent.Exchange.Message | 63 | -- , Network.BitTorrent.Exchange.Message |
64 | -- , Network.BitTorrent.Exchange.Session | 64 | -- , Network.BitTorrent.Exchange.Session |
65 | -- , Network.BitTorrent.Exchange.Status | 65 | -- , Network.BitTorrent.Exchange.Status |
66 | -- , Network.BitTorrent.Exchange.Wire | 66 | -- , Network.BitTorrent.Exchange.Wire |
67 | -- , Network.BitTorrent.Extension | 67 | -- , Network.BitTorrent.Extension |
68 | -- , Network.BitTorrent.Tracker | 68 | -- , Network.BitTorrent.Tracker |
69 | -- , Network.BitTorrent.Tracker.RPC | 69 | -- , Network.BitTorrent.Tracker.RPC |
70 | , Network.BitTorrent.Tracker.Wai | ||
70 | , Network.BitTorrent.Tracker.RPC.Message | 71 | , Network.BitTorrent.Tracker.RPC.Message |
71 | , Network.BitTorrent.Tracker.RPC.HTTP | 72 | , Network.BitTorrent.Tracker.RPC.HTTP |
72 | , Network.BitTorrent.Tracker.RPC.UDP | 73 | , Network.BitTorrent.Tracker.RPC.UDP |
73 | -- , Network.BitTorrent.Tracker.Session | 74 | -- , Network.BitTorrent.Tracker.Session |
74 | -- , Network.BitTorrent.Session | 75 | -- , Network.BitTorrent.Session |
75 | -- , Network.BitTorrent.Session.Types | 76 | -- , Network.BitTorrent.Session.Types |
76 | -- , System.IO.MMap.Fixed | ||
77 | -- , System.Torrent.Storage | 77 | -- , System.Torrent.Storage |
78 | other-modules: Paths_bittorrent | 78 | other-modules: Paths_bittorrent |
79 | 79 | ||
@@ -86,7 +86,6 @@ library | |||
86 | -- Control | 86 | -- Control |
87 | , deepseq | 87 | , deepseq |
88 | , lens | 88 | , lens |
89 | -- , mtl | ||
90 | , resourcet | 89 | , resourcet |
91 | -- , transformers | 90 | -- , transformers |
92 | 91 | ||
@@ -131,6 +130,7 @@ library | |||
131 | , network >= 2.4 | 130 | , network >= 2.4 |
132 | , http-types >= 0.7 | 131 | , http-types >= 0.7 |
133 | , http-conduit | 132 | , http-conduit |
133 | , wai | ||
134 | -- , krpc | 134 | -- , krpc |
135 | 135 | ||
136 | -- System | 136 | -- System |