diff options
author | simonpj <unknown> | 2000-11-07 13:12:24 +0000 |
---|---|---|
committer | simonpj <unknown> | 2000-11-07 13:12:24 +0000 |
commit | 01e0566e61e4222600c7ba0a2d35d6102fd1afb5 (patch) | |
tree | 8d410d673a7b07378a3272fcbf1240d2b01e6161 /ghc/compiler/utils/UnicodeUtil.lhs | |
parent | f5448f5c5efe0630cb865ee0d21691a23ea932d3 (diff) | |
download | haskell-01e0566e61e4222600c7ba0a2d35d6102fd1afb5.tar.gz |
[project @ 2000-11-07 13:12:21 by simonpj]
More small changes
Diffstat (limited to 'ghc/compiler/utils/UnicodeUtil.lhs')
-rw-r--r-- | ghc/compiler/utils/UnicodeUtil.lhs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/compiler/utils/UnicodeUtil.lhs b/ghc/compiler/utils/UnicodeUtil.lhs index 0123e67305..64062dd3c7 100644 --- a/ghc/compiler/utils/UnicodeUtil.lhs +++ b/ghc/compiler/utils/UnicodeUtil.lhs @@ -7,8 +7,8 @@ module UnicodeUtil( #include "HsVersions.h" -import Panic (panic) -import Char (chr, ord) +import Panic ( panic ) +import Char ( chr ) \end{code} \begin{code} |