summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-03-15 19:01:21 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-03-15 19:01:21 +0400
commite80c53754833a0c37e318bf1ba10847e21d1d980 (patch)
tree469f2702cf90f8349e083e436f94a7b4d7a733ae /examples
parent3c7f12c10caca196a970c0cc8b6c46945c9dee58 (diff)
Fix mktorrent build failure
Diffstat (limited to 'examples')
-rw-r--r--examples/MkTorrent.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/MkTorrent.hs b/examples/MkTorrent.hs
index 7fce5e16..960f5acb 100644
--- a/examples/MkTorrent.hs
+++ b/examples/MkTorrent.hs
@@ -41,7 +41,7 @@ import Network.BitTorrent.Core
41import Network.BitTorrent.DHT.Session hiding (Options, 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.Connection hiding (Options)
45import System.Torrent.Storage 45import System.Torrent.Storage
46 46
47 47