Skip to content
Snippets Groups Projects
Commit de2d5922 authored by sof's avatar sof
Browse files

[project @ 1997-06-05 21:19:14 by sof]

imports updated
parent d85e65f0
No related merge requests found
......@@ -55,7 +55,13 @@ module Name (
) where
IMP_Ubiq()
import TyLoop --( GenId, Id(..), TyCon ) -- Used inside Names
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
IMPORT_DELOOPER(TyLoop) ( GenId, Id(..), TyCon ) -- Used inside Names
#else
import {-# SOURCE #-} Id ( Id )
import {-# SOURCE #-} TyCon ( TyCon )
#endif
import CStrings ( identToC, modnameToC, cSEP )
import CmdLineOpts ( opt_OmitInterfacePragmas, opt_EnsureSplittableC )
import BasicTypes ( SYN_IE(Module), moduleString, pprModule )
......
......@@ -31,7 +31,9 @@ import Unique ( initRenumberingUniques, Unique )
import UniqFM ( emptyUFM, UniqFM )
import Util ( panic )
#if __GLASGOW_HASKELL__ >= 202
IMPORT_DELOOPER(TyLoop)
import {-# SOURCE #-} Type ( GenType )
import {-# SOURCE #-} TyVar ( TyVar )
import {-# SOURCE #-} Id ( Id )
import Outputable ( PprStyle )
import Literal ( Literal )
import Usage ( GenUsage, SYN_IE(Usage) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment