From a74b524fb35d2ffee2932a7617db3fd762cb562b Mon Sep 17 00:00:00 2001 From: Andres Loeh Date: Sun, 24 Feb 2013 11:49:39 +0100 Subject: [PATCH] Remove redundant imports. --- geturls7.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/geturls7.hs b/geturls7.hs index d5a4fe8..0e564d0 100644 --- a/geturls7.hs +++ b/geturls7.hs @@ -1,15 +1,12 @@ {-# LANGUAGE CPP #-} import GetURL -import TimeIt -import Control.Monad import Control.Concurrent #if __GLASGOW_HASKELL__ < 706 import ConcurrentUtils (forkFinally) #endif import Control.Exception -import Text.Printf import qualified Data.ByteString as B import Control.Concurrent.STM