diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index 51257ae9..4d11b346 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -65,9 +65,10 @@ library | |||
65 | -- , Network.BitTorrent.Exchange.Wire | 65 | -- , Network.BitTorrent.Exchange.Wire |
66 | -- , Network.BitTorrent.Extension | 66 | -- , Network.BitTorrent.Extension |
67 | -- , Network.BitTorrent.Tracker | 67 | -- , Network.BitTorrent.Tracker |
68 | , Network.BitTorrent.Tracker.Message | 68 | -- , Network.BitTorrent.Tracker.RPC |
69 | -- , Network.BitTorrent.Tracker.HTTP | 69 | , Network.BitTorrent.Tracker.RPC.Message |
70 | -- , Network.BitTorrent.Tracker.UDP | 70 | -- , Network.BitTorrent.Tracker.RPC.HTTP |
71 | , Network.BitTorrent.Tracker.RPC.UDP | ||
71 | -- , Network.BitTorrent.Tracker.Session | 72 | -- , Network.BitTorrent.Tracker.Session |
72 | -- , Network.BitTorrent.Session | 73 | -- , Network.BitTorrent.Session |
73 | -- , Network.BitTorrent.Session.Types | 74 | -- , Network.BitTorrent.Session.Types |
@@ -128,6 +129,7 @@ library | |||
128 | -- Network | 129 | -- Network |
129 | , network >= 2.4 | 130 | , network >= 2.4 |
130 | , http-types >= 0.7 | 131 | , http-types >= 0.7 |
132 | , http-conduit | ||
131 | -- , krpc | 133 | -- , krpc |
132 | 134 | ||
133 | -- System | 135 | -- System |
@@ -152,7 +154,8 @@ test-suite spec | |||
152 | Data.Torrent.MetainfoSpec | 154 | Data.Torrent.MetainfoSpec |
153 | Data.Torrent.ProgressSpec | 155 | Data.Torrent.ProgressSpec |
154 | Network.BitTorrent.Core.PeerIdSpec | 156 | Network.BitTorrent.Core.PeerIdSpec |
155 | Network.BitTorrent.Tracker.MessageSpec | 157 | Network.BitTorrent.Tracker.RPC.MessageSpec |
158 | Network.BitTorrent.Tracker.RPC.UDPSpec | ||
156 | build-depends: base == 4.* | 159 | build-depends: base == 4.* |
157 | , bytestring | 160 | , bytestring |
158 | , directory | 161 | , directory |