Skip to content

Commit

Permalink
Remove redundant imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmikus committed Feb 24, 2013
1 parent d85f994 commit a74b524
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions 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

Expand Down

0 comments on commit a74b524

Please sign in to comment.