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 1df4b42f..88a84893 100644
--- a/examples/MkTorrent.hs
+++ b/examples/MkTorrent.hs
@@ -34,7 +34,7 @@ import Text.PrettyPrint.HughesPJClass hiding ((<>),($$))
34 34
35import Paths_bittorrent (version) 35import Paths_bittorrent (version)
36import Data.Torrent hiding (Magnet (Magnet)) 36import Data.Torrent hiding (Magnet (Magnet))
37import Network.BitTorrent.Address 37import Network.Address
38import Network.BitTorrent.DHT.Session hiding (Options, options) 38import Network.BitTorrent.DHT.Session hiding (Options, options)
39import Network.BitTorrent.DHT as DHT hiding (Options) 39import Network.BitTorrent.DHT as DHT hiding (Options)
40import Network.BitTorrent.Exchange.Bitfield as BF 40import Network.BitTorrent.Exchange.Bitfield as BF