summaryrefslogtreecommitdiff
path: root/examples/MkTorrent.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/MkTorrent.hs')
-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)