From 1dadca10a76ff290cbca1b283bea4f222cd3f6cd Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 3 Sep 2002 15:14:54 +0000 Subject: [PATCH] [project @ 2002-09-03 15:14:54 by simonmar] GlaExts => GLAEXTS --- ghc/compiler/coreSyn/CoreUtils.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/coreSyn/CoreUtils.lhs b/ghc/compiler/coreSyn/CoreUtils.lhs index b8ccb05..c5db883 100644 --- a/ghc/compiler/coreSyn/CoreUtils.lhs +++ b/ghc/compiler/coreSyn/CoreUtils.lhs @@ -38,7 +38,7 @@ module CoreUtils ( #include "HsVersions.h" -import GlaExts -- For `xori` +import GLAEXTS -- For `xori` import CoreSyn import PprCore ( pprCoreExpr ) -- 1.7.10.4