[project @ 1998-11-16 11:56:09 by sof]
[ghc-hetmet.git] / ghc / compiler / parser / UgenAll.lhs
index 3600897..0ebadb9 100644 (file)
@@ -2,39 +2,31 @@ Stuff the Ugenny things show to the parser.
 
 \begin{code}
 module UgenAll (
-       -- re-exported Prelude stuff
-       returnUgn, thenUgn,
-
        -- stuff defined in utils module
-       UgenUtil.. ,
+       module UgenUtil,
 
        -- re-exported ugen-generated stuff
-       U_binding.. ,
-       U_constr.. ,
-       U_coresyn.. ,
-       U_entidt.. ,
-       U_hpragma.. ,
-       U_list.. ,
-       U_literal.. ,
-       U_maybe.. ,
-       U_either.. ,
-       U_pbinding.. ,
-       U_qid.. ,
-       U_tree.. ,
-       U_ttype..
-
+       module U_binding,
+       module U_constr,
+       module U_entidt,
+       module U_list,
+       module U_literal,
+       module U_maybe,
+       module U_either,
+       module U_pbinding,
+       module U_qid,
+       module U_tree,
+       module U_ttype
     ) where
 
-import PreludeGlaST
+#include "HsVersions.h"
 
-import Ubiq{-uitous-}
+import GlaExts
 
 -- friends:
 import U_binding
 import U_constr
-import U_coresyn
 import U_entidt
-import U_hpragma
 import U_list
 import U_literal
 import U_maybe