[project @ 2001-05-31 09:48:54 by sewardj]
[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