diff options
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r-- | src/Network/BitTorrent.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs index 7ff85b39..e68d1597 100644 --- a/src/Network/BitTorrent.hs +++ b/src/Network/BitTorrent.hs | |||
@@ -7,7 +7,7 @@ | |||
7 | -- | 7 | -- |
8 | {-# LANGUAGE RecordWildCards #-} | 8 | {-# LANGUAGE RecordWildCards #-} |
9 | module Network.BitTorrent | 9 | module Network.BitTorrent |
10 | ( module Data.Torrent.Metainfo | 10 | ( module Data.Torrent |
11 | 11 | ||
12 | , TorrentLoc(..), TorrentMap, Progress(..) | 12 | , TorrentLoc(..), TorrentMap, Progress(..) |
13 | , ThreadCount, SessionCount | 13 | , ThreadCount, SessionCount |
@@ -49,7 +49,7 @@ import Text.PrettyPrint | |||
49 | import System.Directory | 49 | import System.Directory |
50 | import System.FilePath | 50 | import System.FilePath |
51 | 51 | ||
52 | import Data.Torrent.Metainfo | 52 | import Data.Torrent |
53 | import Network.BitTorrent.Sessions.Types | 53 | import Network.BitTorrent.Sessions.Types |
54 | import Network.BitTorrent.Sessions | 54 | import Network.BitTorrent.Sessions |
55 | import Network.BitTorrent.Extension | 55 | import Network.BitTorrent.Extension |