diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-16 23:10:59 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-16 23:10:59 +0400 |
commit | 3efd20772dc5c2c803d24e46e27bda4a7561d368 (patch) | |
tree | 9874c53cf42bd3ac8bca6be1efb49ea94758f7d7 /examples | |
parent | 98b0f21793f947c0babfc3c6bb97f3c27a4c3f24 (diff) |
Split query stuff from Session module
Diffstat (limited to 'examples')
-rw-r--r-- | examples/MkTorrent.hs | 2 |
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 | |||
38 | import Data.Torrent.Layout | 38 | import Data.Torrent.Layout |
39 | import Data.Torrent.Magnet hiding (Magnet) | 39 | import Data.Torrent.Magnet hiding (Magnet) |
40 | import Network.BitTorrent.Core | 40 | import Network.BitTorrent.Core |
41 | import Network.BitTorrent.DHT.Session hiding (Options) | 41 | import Network.BitTorrent.DHT.Session hiding (Options, options) |
42 | import Network.BitTorrent.DHT as DHT hiding (Options) | 42 | import Network.BitTorrent.DHT as DHT hiding (Options) |
43 | import Network.BitTorrent.Exchange.Message | 43 | import Network.BitTorrent.Exchange.Message |
44 | import Network.BitTorrent.Exchange.Wire hiding (Options) | 44 | import Network.BitTorrent.Exchange.Wire hiding (Options) |