From: sof Date: Fri, 14 Aug 1998 11:25:58 +0000 (+0000) Subject: [project @ 1998-08-14 11:25:58 by sof] X-Git-Tag: Approx_2487_patches~413 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6c53725823b9a4fc5ea68654f9394ab5b528d3a2;p=ghc-hetmet.git [project @ 1998-08-14 11:25:58 by sof] Re-export foreign decl bits --- diff --git a/ghc/compiler/hsSyn/HsSyn.lhs b/ghc/compiler/hsSyn/HsSyn.lhs index a6219b1..22dcc54 100644 --- a/ghc/compiler/hsSyn/HsSyn.lhs +++ b/ghc/compiler/hsSyn/HsSyn.lhs @@ -32,7 +32,7 @@ module HsSyn ( -- friends: import HsBinds import HsDecls ( HsDecl(..), TyDecl(..), InstDecl(..), ClassDecl(..), - DefaultDecl(..), + DefaultDecl(..), ForeignDecl(..), ExtName(..), isDynamic, FixityDecl(..), ConDecl(..), ConDetails(..), BangType(..), IfaceSig(..), HsIdInfo, SpecDataSig(..),