summaryrefslogtreecommitdiff
path: root/network-bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-21 00:01:22 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-21 00:01:22 +0400
commit3c32f381afea629e06e8f069e0a3fefc72c8732e (patch)
tree194a4ade1cf7dd4d747e39397a8170a6b253f749 /network-bittorrent.cabal
parent08bb327005c2f0dc517d0a74cf29e9f7f9b08e21 (diff)
~ Rename modules.
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r--network-bittorrent.cabal16
1 files changed, 8 insertions, 8 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal
index 6fa115e6..5cd46216 100644
--- a/network-bittorrent.cabal
+++ b/network-bittorrent.cabal
@@ -23,14 +23,14 @@ source-repository head
23library 23library
24 exposed-modules: Data.Torrent 24 exposed-modules: Data.Torrent
25 , Data.Torrent.InfoHash 25 , Data.Torrent.InfoHash
26 , Network.Torrent 26 , Network.BitTorrent
27 , Network.Torrent.PeerID 27 , Network.BitTorrent.PeerID
28 , Network.Torrent.Tracker 28 , Network.BitTorrent.Tracker
29 , Network.Torrent.Tracker.Scrape 29 , Network.BitTorrent.Tracker.Scrape
30 , Network.Torrent.PeerWire 30 , Network.BitTorrent.PeerWire
31 , Network.Torrent.PeerWire.Block 31 , Network.BitTorrent.PeerWire.Block
32 , Network.Torrent.PeerWire.Message 32 , Network.BitTorrent.PeerWire.Message
33 , Network.Torrent.PeerWire.Handshake 33 , Network.BitTorrent.PeerWire.Handshake
34 34
35 other-modules: 35 other-modules:
36 36