diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-03-15 19:01:21 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-03-15 19:01:21 +0400 |
commit | e80c53754833a0c37e318bf1ba10847e21d1d980 (patch) | |
tree | 469f2702cf90f8349e083e436f94a7b4d7a733ae /examples | |
parent | 3c7f12c10caca196a970c0cc8b6c46945c9dee58 (diff) |
Fix mktorrent build failure
Diffstat (limited to 'examples')
-rw-r--r-- | examples/MkTorrent.hs | 2 |
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 | |||
41 | import Network.BitTorrent.DHT.Session hiding (Options, options) | 41 | import Network.BitTorrent.DHT.Session hiding (Options, options) |
42 | import Network.BitTorrent.DHT as DHT hiding (Options) | 42 | import Network.BitTorrent.DHT as DHT hiding (Options) |
43 | import Network.BitTorrent.Exchange.Message | 43 | import Network.BitTorrent.Exchange.Message |
44 | import Network.BitTorrent.Exchange.Wire hiding (Options) | 44 | import Network.BitTorrent.Exchange.Connection hiding (Options) |
45 | import System.Torrent.Storage | 45 | import System.Torrent.Storage |
46 | 46 | ||
47 | 47 | ||