diff options
author | simonpj <unknown> | 2003-12-30 14:05:47 +0000 |
---|---|---|
committer | simonpj <unknown> | 2003-12-30 14:05:47 +0000 |
commit | 9e90a28e134b8e5af3f6ec9b7300bc41324fea9c (patch) | |
tree | e9e05976981960c3012c56afc56da1afea072449 /ghc/compiler/utils | |
parent | aa95678657cc96dc2bf7a3f235a7031a6c005b0a (diff) | |
download | haskell-9e90a28e134b8e5af3f6ec9b7300bc41324fea9c.tar.gz |
[project @ 2003-12-30 14:05:46 by simonpj]
Import trimming
Diffstat (limited to 'ghc/compiler/utils')
-rw-r--r-- | ghc/compiler/utils/Outputable.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/utils/Outputable.lhs b/ghc/compiler/utils/Outputable.lhs index 6e98c2fbcb..339a3bccc3 100644 --- a/ghc/compiler/utils/Outputable.lhs +++ b/ghc/compiler/utils/Outputable.lhs @@ -62,7 +62,7 @@ import Panic import DATA_WORD ( Word32 ) import IO ( Handle, stderr, stdout, hFlush ) -import Char ( chr, ord ) +import Char ( ord ) \end{code} |