diff options
author | Ian Lynagh <igloo@earth.li> | 2012-05-28 23:26:06 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-05-28 23:26:06 +0100 |
commit | cd70047385306f4853a7afdfe1e14eda66cab1d4 (patch) | |
tree | b18b0971f5693573478608bb302c3cf543105d8a /compiler/utils/Outputable.lhs | |
parent | 6c8cb17158af7687c076aa2a3bbbf647cd183e1f (diff) | |
download | haskell-cd70047385306f4853a7afdfe1e14eda66cab1d4.tar.gz |
Remove an unused import
Diffstat (limited to 'compiler/utils/Outputable.lhs')
-rw-r--r-- | compiler/utils/Outputable.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/Outputable.lhs b/compiler/utils/Outputable.lhs index 25c3a91616..c8188d798b 100644 --- a/compiler/utils/Outputable.lhs +++ b/compiler/utils/Outputable.lhs @@ -88,7 +88,7 @@ import qualified Data.IntMap as IM import Data.Set (Set) import qualified Data.Set as Set import Data.Word -import System.IO ( Handle, stderr, stdout, hFlush ) +import System.IO ( Handle, stdout, hFlush ) import System.FilePath |