diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-10-31 11:25:59 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-10-31 11:25:59 +0400 |
commit | 01cef3fafc27d39d88c94cacdcd8e204c5f66b86 (patch) | |
tree | 01040aca19e49f4e7937383fef53b8c82bcec12b /src/System/Torrent | |
parent | c1fec260f47084300ac30de2e43d52966316a2c7 (diff) |
Merge bittorrent package with torrent-content
Diffstat (limited to 'src/System/Torrent')
-rw-r--r-- | src/System/Torrent/Storage.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System/Torrent/Storage.hs b/src/System/Torrent/Storage.hs index 16f888bf..2225b0a3 100644 --- a/src/System/Torrent/Storage.hs +++ b/src/System/Torrent/Storage.hs | |||
@@ -50,7 +50,7 @@ import Foreign.C.Error | |||
50 | 50 | ||
51 | import Data.Torrent.Bitfield as BF | 51 | import Data.Torrent.Bitfield as BF |
52 | import Data.Torrent.Block | 52 | import Data.Torrent.Block |
53 | import Data.Torrent.Metainfo | 53 | import Data.Torrent |
54 | import System.IO.MMap.Fixed as Fixed | 54 | import System.IO.MMap.Fixed as Fixed |
55 | 55 | ||
56 | -- TODO merge piece validation and Sessions.available into one transaction. | 56 | -- TODO merge piece validation and Sessions.available into one transaction. |