[project @ 1998-11-08 17:10:35 by sof]
[ghc-hetmet.git] / ghc / compiler / hsSyn / HsSyn.lhs
index 22dcc54..ea10362 100644 (file)
@@ -32,8 +32,8 @@ module HsSyn (
 -- friends:
 import HsBinds
 import HsDecls         ( HsDecl(..), TyDecl(..), InstDecl(..), ClassDecl(..), 
-                         DefaultDecl(..), ForeignDecl(..), ExtName(..), isDynamic,
-                         FixityDecl(..), 
+                         DefaultDecl(..), ForeignDecl(..), ForKind(..),
+                         ExtName(..), isDynamic,  FixityDecl(..), 
                          ConDecl(..), ConDetails(..), BangType(..),
                          IfaceSig(..), HsIdInfo,  SpecDataSig(..), 
                          hsDeclName