[project @ 1998-02-03 11:24:18 by simonm]
[ghc-hetmet.git] / ghc / tests / deSugar / should_compile / ds035.hs
index ebe338e..70721b7 100644 (file)
@@ -1,6 +1,6 @@
 module ShouldCompile where
 
-import GHC
+import GlaExts
 
 data CList = CNil | CCons Int# CList