summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/MkTorrent.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/MkTorrent.hs b/examples/MkTorrent.hs
index e86db853..4b6439e3 100644
--- a/examples/MkTorrent.hs
+++ b/examples/MkTorrent.hs
@@ -39,7 +39,7 @@ import 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)
42import Network.BitTorrent.DHT as DHT 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)
45import System.Torrent.Storage 45import System.Torrent.Storage