From bc1c976e9175b4ac13430ba9c23ea8b099401e9e Mon Sep 17 00:00:00 2001 From: Sam T Date: Tue, 16 Jul 2013 20:40:05 +0400 Subject: ~ Fix some long standing warnings. --- src/Data/Torrent.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/Data/Torrent.hs') diff --git a/src/Data/Torrent.hs b/src/Data/Torrent.hs index 5971aa9c..2b303b80 100644 --- a/src/Data/Torrent.hs +++ b/src/Data/Torrent.hs @@ -51,12 +51,12 @@ module Data.Torrent -- * Extra , sizeInBase -#if defined (TESTING) +-- #if defined (TESTING) -- * Internal , Data.Torrent.hash , Data.Torrent.hashlazy , layoutOffsets -#endif +-- #endif ) where import Prelude hiding (sum) @@ -79,7 +79,6 @@ import qualified Data.ByteString.Lazy as Lazy import qualified Data.ByteString.Lazy.Builder as B import qualified Data.ByteString.Lazy.Builder.ASCII as B import qualified Data.List as L -import Data.Maybe import Data.Map (Map) import qualified Data.Map as M import Data.Hashable as Hashable @@ -87,7 +86,6 @@ import Data.Text (Text) import Data.Serialize as S hiding (Result) import Text.PrettyPrint import Text.ParserCombinators.ReadP as P -import Text.Read import Network.URI import System.FilePath -- cgit v1.2.3