diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-26 11:50:06 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-26 11:50:06 +0400 |
commit | 6d381df09aecc797d9e20acaf5996399c21a6916 (patch) | |
tree | ab64c9c13f1e032069f780055e8a89ee191b54b3 /bittorrent.cabal | |
parent | 2bdeb03de13456945a50ceb3f0d01ba7c27462dc (diff) |
Remove WAI dependency
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index f932c909..ea87267c 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -88,7 +88,6 @@ library | |||
88 | Network.BitTorrent.Tracker.RPC.HTTP | 88 | Network.BitTorrent.Tracker.RPC.HTTP |
89 | Network.BitTorrent.Tracker.RPC.UDP | 89 | Network.BitTorrent.Tracker.RPC.UDP |
90 | Network.BitTorrent.Tracker.Session | 90 | Network.BitTorrent.Tracker.Session |
91 | Network.BitTorrent.Tracker.Wai | ||
92 | System.Torrent.FileMap | 91 | System.Torrent.FileMap |
93 | System.Torrent.Storage | 92 | System.Torrent.Storage |
94 | other-modules: Paths_bittorrent | 93 | other-modules: Paths_bittorrent |
@@ -158,7 +157,6 @@ library | |||
158 | , krpc >= 0.6.1 | 157 | , krpc >= 0.6.1 |
159 | , http-types >= 0.8 | 158 | , http-types >= 0.8 |
160 | , http-conduit >= 1.9 && < 2.0 | 159 | , http-conduit >= 1.9 && < 2.0 |
161 | , wai >= 1.4 && < 2.0 | ||
162 | , iproute | 160 | , iproute |
163 | 161 | ||
164 | -- RNG/PRNG | 162 | -- RNG/PRNG |