[project @ 1997-05-26 05:42:53 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail068.hs
index 64bf294..0d081b9 100644 (file)
@@ -4,7 +4,7 @@
 module IndTree(IndTree(..), itgen, itiap, itrap, itrapstate) where
 
 --partain: import Auxiliary
-import PreludeGlaST
+import GlaExts
 
 type IndTree s t = MutableArray s (Int,Int) t