summaryrefslogtreecommitdiff
path: root/src/System
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-10-31 11:25:59 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-10-31 11:25:59 +0400
commit01cef3fafc27d39d88c94cacdcd8e204c5f66b86 (patch)
tree01040aca19e49f4e7937383fef53b8c82bcec12b /src/System
parentc1fec260f47084300ac30de2e43d52966316a2c7 (diff)
Merge bittorrent package with torrent-content
Diffstat (limited to 'src/System')
-rw-r--r--src/System/Torrent/Storage.hs2
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
51import Data.Torrent.Bitfield as BF 51import Data.Torrent.Bitfield as BF
52import Data.Torrent.Block 52import Data.Torrent.Block
53import Data.Torrent.Metainfo 53import Data.Torrent
54import System.IO.MMap.Fixed as Fixed 54import 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.