summaryrefslogtreecommitdiff
path: root/src/Data/Torrent
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-05 05:39:30 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-05 05:39:30 +0400
commit6f092fb275367b6afe4f0745f975e8ee53012d56 (patch)
treead38491e0fa45989d143f8050839ceefb5788b87 /src/Data/Torrent
parent7680dbe4eea3c4882e67cef01d6c7aded8639c13 (diff)
Simplify Core modules imports
Diffstat (limited to 'src/Data/Torrent')
-rw-r--r--src/Data/Torrent/Bitfield.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Data/Torrent/Bitfield.hs b/src/Data/Torrent/Bitfield.hs
index 17278a2c..176ba2c0 100644
--- a/src/Data/Torrent/Bitfield.hs
+++ b/src/Data/Torrent/Bitfield.hs
@@ -55,10 +55,8 @@ module Data.Torrent.Bitfield
55 , fromBitmap, toBitmap 55 , fromBitmap, toBitmap
56 , toList 56 , toList
57 57
58#if defined (TESTING)
59 -- * Debug 58 -- * Debug
60 , mkBitfield 59 , mkBitfield
61#endif
62 ) where 60 ) where
63 61
64import Control.Monad 62import Control.Monad