diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index d653c971..3af9d852 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -64,9 +64,9 @@ library | |||
64 | -- , Network.BitTorrent.Tracker.HTTP | 64 | -- , Network.BitTorrent.Tracker.HTTP |
65 | -- , Network.BitTorrent.Tracker.UDP | 65 | -- , Network.BitTorrent.Tracker.UDP |
66 | -- , Network.BitTorrent.Exchange | 66 | -- , Network.BitTorrent.Exchange |
67 | , Network.BitTorrent.Exchange.Protocol | 67 | -- , Network.BitTorrent.Exchange.Protocol |
68 | , Network.BitTorrent.Exchange.Message.Extended | 68 | -- , Network.BitTorrent.Exchange.Message.Extended |
69 | , Network.BitTorrent.Exchange.Status | 69 | -- , Network.BitTorrent.Exchange.Status |
70 | -- , Network.BitTorrent.DHT | 70 | -- , Network.BitTorrent.DHT |
71 | -- , Network.BitTorrent.DHT.Protocol | 71 | -- , Network.BitTorrent.DHT.Protocol |
72 | -- , Network.BitTorrent.Sessions | 72 | -- , Network.BitTorrent.Sessions |
@@ -78,7 +78,6 @@ library | |||
78 | , convertible | 78 | , convertible |
79 | , pretty | 79 | , pretty |
80 | , pretty-class | 80 | , pretty-class |
81 | , urlencoded | ||
82 | 81 | ||
83 | -- Control | 82 | -- Control |
84 | , deepseq | 83 | , deepseq |