From: simonmar Date: Tue, 3 Sep 2002 15:14:54 +0000 (+0000) Subject: [project @ 2002-09-03 15:14:54 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1727 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1dadca10a76ff290cbca1b283bea4f222cd3f6cd;p=ghc-hetmet.git [project @ 2002-09-03 15:14:54 by simonmar] GlaExts => GLAEXTS --- 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 )