diff options
Diffstat (limited to 'src/Data/Torrent.hs')
-rw-r--r-- | src/Data/Torrent.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs index 497a96d3..7d3917f2 100644 --- a/src/Data/Torrent.hs +++ b/src/Data/Torrent.hs | |||
@@ -94,7 +94,7 @@ import Data.Torrent.InfoHash as IH | |||
94 | import Data.Torrent.JSON | 94 | import Data.Torrent.JSON |
95 | import Data.Torrent.Layout | 95 | import Data.Torrent.Layout |
96 | import Data.Torrent.Piece | 96 | import Data.Torrent.Piece |
97 | import Network.BitTorrent.Core.Node | 97 | import Network.BitTorrent.Core.NodeInfo |
98 | 98 | ||
99 | {----------------------------------------------------------------------- | 99 | {----------------------------------------------------------------------- |
100 | -- Info dictionary | 100 | -- Info dictionary |