summaryrefslogtreecommitdiff
path: root/network-bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-05-05 05:01:28 +0400
committerSam T <pxqr.sta@gmail.com>2013-05-05 05:01:28 +0400
commit7f63b5554fcf31d9b71c79fa9d0ee66d2ef95c94 (patch)
tree008058dc9bfe4b6f75cf1add4f493235a7ee8ed1 /network-bittorrent.cabal
parentf4122eec550671a646310106224ee6523ea8e369 (diff)
~ Move bitfields to Data.
Diffstat (limited to 'network-bittorrent.cabal')
-rw-r--r--network-bittorrent.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/network-bittorrent.cabal b/network-bittorrent.cabal
index e3f60869..a0df082f 100644
--- a/network-bittorrent.cabal
+++ b/network-bittorrent.cabal
@@ -22,6 +22,7 @@ source-repository head
22 22
23library 23library
24 exposed-modules: Data.Torrent 24 exposed-modules: Data.Torrent
25 , Data.Bitfield
25 , Data.Torrent.InfoHash 26 , Data.Torrent.InfoHash
26 27
27 , Network.BitTorrent 28 , Network.BitTorrent
@@ -37,7 +38,6 @@ library
37 38
38 , Network.BitTorrent.PeerWire 39 , Network.BitTorrent.PeerWire
39 , Network.BitTorrent.PeerWire.Block 40 , Network.BitTorrent.PeerWire.Block
40 , Network.BitTorrent.PeerWire.Bitfield
41 , Network.BitTorrent.PeerWire.Selection 41 , Network.BitTorrent.PeerWire.Selection
42 , Network.BitTorrent.PeerWire.Message 42 , Network.BitTorrent.PeerWire.Message
43 , Network.BitTorrent.PeerWire.Handshake 43 , Network.BitTorrent.PeerWire.Handshake