summaryrefslogtreecommitdiff
path: root/src/Data/Torrent
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-11-20 22:02:31 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-11-20 22:02:31 +0400
commit05c444079632946807e5311e24b06e13c4205515 (patch)
treecc2c321b81b0466cfa28e4b36b871fd2baea004c /src/Data/Torrent
parentcdd1782b0d55ed0119ac905904437ab8209f7cf2 (diff)
Minor changes
Diffstat (limited to 'src/Data/Torrent')
-rw-r--r--src/Data/Torrent/Progress.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Data/Torrent/Progress.hs b/src/Data/Torrent/Progress.hs
index c1515cf0..9abf0380 100644
--- a/src/Data/Torrent/Progress.hs
+++ b/src/Data/Torrent/Progress.hs
@@ -1,7 +1,7 @@
1{-# LANGUAGE TemplateHaskell #-} 1{-# LANGUAGE TemplateHaskell #-}
2{-# LANGUAGE ViewPatterns #-} 2{-# LANGUAGE ViewPatterns #-}
3module Data.Torrent.Progress 3module Data.Torrent.Progress
4 ( -- * Peer progress 4 ( -- * Progress
5 Progress (..) 5 Progress (..)
6 , left 6 , left
7 , uploaded 7 , uploaded
@@ -13,7 +13,6 @@ module Data.Torrent.Progress
13 , enqueuedProgress 13 , enqueuedProgress
14 , uploadedProgress 14 , uploadedProgress
15 , dequeuedProgress 15 , dequeuedProgress
16
17 ) where 16 ) where
18 17
19import Control.Applicative 18import Control.Applicative