summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-16 23:10:59 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-16 23:10:59 +0400
commit3efd20772dc5c2c803d24e46e27bda4a7561d368 (patch)
tree9874c53cf42bd3ac8bca6be1efb49ea94758f7d7 /examples
parent98b0f21793f947c0babfc3c6bb97f3c27a4c3f24 (diff)
Split query stuff from Session module
Diffstat (limited to 'examples')
-rw-r--r--examples/MkTorrent.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/MkTorrent.hs b/examples/MkTorrent.hs
index 4b6439e3..7fce5e16 100644
--- a/examples/MkTorrent.hs
+++ b/examples/MkTorrent.hs
@@ -38,7 +38,7 @@ import Data.Torrent.Piece
38import Data.Torrent.Layout 38import Data.Torrent.Layout
39import Data.Torrent.Magnet hiding (Magnet) 39import Data.Torrent.Magnet hiding (Magnet)
40import Network.BitTorrent.Core 40import Network.BitTorrent.Core
41import Network.BitTorrent.DHT.Session hiding (Options) 41import Network.BitTorrent.DHT.Session hiding (Options, options)
42import Network.BitTorrent.DHT as DHT hiding (Options) 42import Network.BitTorrent.DHT as DHT hiding (Options)
43import Network.BitTorrent.Exchange.Message 43import Network.BitTorrent.Exchange.Message
44import Network.BitTorrent.Exchange.Wire hiding (Options) 44import Network.BitTorrent.Exchange.Wire hiding (Options)