Skip to content

Commit

Permalink
ght: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kfish committed May 10, 2011
1 parent f24980e commit 24169e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ght.hs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{-# OPTIONS -fwarn-unused-imports #-}
module Main where

import Control.Applicative ((<$>))
import Control.Monad (liftM, when)
import Control.Monad.Trans (liftIO)

import Data.Default
import Data.List (intersperse, sort)
import Data.List (sort)

import UI.Command

Expand Down

0 comments on commit 24169e3

Please sign in to comment.