diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index bebc3ddd..a7728b88 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -60,15 +60,15 @@ library | |||
60 | -- , Network.BitTorrent.Peer | 60 | -- , Network.BitTorrent.Peer |
61 | -- , Network.BitTorrent.Tracker | 61 | -- , Network.BitTorrent.Tracker |
62 | , Network.BitTorrent.Tracker.Message | 62 | , Network.BitTorrent.Tracker.Message |
63 | -- , Network.BitTorrent.Tracker.HTTP | 63 | , Network.BitTorrent.Tracker.HTTP |
64 | -- , Network.BitTorrent.Tracker.UDP | 64 | -- , Network.BitTorrent.Tracker.UDP |
65 | -- , Network.BitTorrent.Exchange | 65 | -- , Network.BitTorrent.Exchange |
66 | -- , Network.BitTorrent.Exchange.Protocol | 66 | -- , Network.BitTorrent.Exchange.Protocol |
67 | -- , Network.BitTorrent.DHT | 67 | -- , Network.BitTorrent.DHT |
68 | -- , Network.BitTorrent.DHT.Protocol | 68 | -- , Network.BitTorrent.DHT.Protocol |
69 | -- , Network.BitTorrent.Sessions | 69 | -- , Network.BitTorrent.Sessions |
70 | -- other-modules: Network.BitTorrent.Sessions.Types | 70 | -- Network.BitTorrent.Sessions.Types |
71 | -- Paths_bittorrent | 71 | other-modules: Paths_bittorrent |
72 | 72 | ||
73 | build-depends: base == 4.* | 73 | build-depends: base == 4.* |
74 | , bits-extras | 74 | , bits-extras |