diff options
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} |