diff options
-rw-r--r-- | bittorrent.cabal | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index f14dce29..188ec903 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -42,40 +42,40 @@ library | |||
42 | , RecordWildCards | 42 | , RecordWildCards |
43 | hs-source-dirs: src | 43 | hs-source-dirs: src |
44 | exposed-modules: Data.Torrent | 44 | exposed-modules: Data.Torrent |
45 | -- , Data.Torrent.Bitfield | 45 | -- Data.Torrent.Bitfield |
46 | , Data.Torrent.Block | 46 | Data.Torrent.Block |
47 | , Data.Torrent.Client | 47 | Data.Torrent.Client |
48 | , Data.Torrent.InfoHash | 48 | Data.Torrent.InfoHash |
49 | , Data.Torrent.Layout | 49 | Data.Torrent.Layout |
50 | , Data.Torrent.Magnet | 50 | Data.Torrent.Magnet |
51 | , Data.Torrent.Piece | 51 | Data.Torrent.Piece |
52 | , Data.Torrent.Progress | 52 | Data.Torrent.Progress |
53 | , Data.Torrent.Tree | 53 | Data.Torrent.Tree |
54 | , Data.Torrent.URN | 54 | Data.Torrent.URN |
55 | -- , Network.BitTorrent | 55 | -- Network.BitTorrent |
56 | , Network.BitTorrent.Core | 56 | Network.BitTorrent.Core |
57 | , Network.BitTorrent.Core.PeerId | 57 | Network.BitTorrent.Core.PeerId |
58 | , Network.BitTorrent.Core.PeerAddr | 58 | Network.BitTorrent.Core.PeerAddr |
59 | -- , Network.BitTorrent.DHT | 59 | -- Network.BitTorrent.DHT |
60 | -- , Network.BitTorrent.DHT.Protocol | 60 | -- Network.BitTorrent.DHT.Protocol |
61 | -- , Network.BitTorrent.DHT.Session | 61 | -- Network.BitTorrent.DHT.Session |
62 | -- , Network.BitTorrent.Exchange | 62 | -- Network.BitTorrent.Exchange |
63 | -- , Network.BitTorrent.Exchange.Assembler | 63 | -- Network.BitTorrent.Exchange.Assembler |
64 | , Network.BitTorrent.Exchange.Message | 64 | Network.BitTorrent.Exchange.Message |
65 | -- , Network.BitTorrent.Exchange.Session | 65 | -- Network.BitTorrent.Exchange.Session |
66 | , Network.BitTorrent.Exchange.Status | 66 | Network.BitTorrent.Exchange.Status |
67 | -- , Network.BitTorrent.Exchange.Wire | 67 | -- Network.BitTorrent.Exchange.Wire |
68 | -- , Network.BitTorrent.Tracker | 68 | -- Network.BitTorrent.Tracker |
69 | -- , Network.BitTorrent.Tracker.RPC | 69 | -- Network.BitTorrent.Tracker.RPC |
70 | , Network.BitTorrent.Tracker.Message | 70 | Network.BitTorrent.Tracker.Message |
71 | , Network.BitTorrent.Tracker.RPC.HTTP | 71 | Network.BitTorrent.Tracker.RPC.HTTP |
72 | , Network.BitTorrent.Tracker.RPC.UDP | 72 | Network.BitTorrent.Tracker.RPC.UDP |
73 | , Network.BitTorrent.Tracker.Wai | 73 | Network.BitTorrent.Tracker.Wai |
74 | -- , Network.BitTorrent.Tracker.Session | 74 | -- Network.BitTorrent.Tracker.Session |
75 | -- , Network.BitTorrent.Session | 75 | -- Network.BitTorrent.Session |
76 | -- , Network.BitTorrent.Session.Types | 76 | -- Network.BitTorrent.Session.Types |
77 | , System.Torrent.FileMap | 77 | System.Torrent.FileMap |
78 | , System.Torrent.Storage | 78 | System.Torrent.Storage |
79 | other-modules: Paths_bittorrent | 79 | other-modules: Paths_bittorrent |
80 | 80 | ||
81 | build-depends: base == 4.* | 81 | build-depends: base == 4.* |