From 3efd20772dc5c2c803d24e46e27bda4a7561d368 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Sun, 16 Feb 2014 23:10:59 +0400 Subject: Split query stuff from Session module --- examples/MkTorrent.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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 import Data.Torrent.Layout import Data.Torrent.Magnet hiding (Magnet) import Network.BitTorrent.Core -import Network.BitTorrent.DHT.Session hiding (Options) +import Network.BitTorrent.DHT.Session hiding (Options, options) import Network.BitTorrent.DHT as DHT hiding (Options) import Network.BitTorrent.Exchange.Message import Network.BitTorrent.Exchange.Wire hiding (Options) -- cgit v1.2.3