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

[project @ 1997-06-05 20:29:14 by sof]

updated imports
parent 126c8557
No related merge requests found
......@@ -18,7 +18,11 @@ module RnBinds (
) where
IMP_Ubiq()
#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ <= 201
IMPORT_DELOOPER(RnLoop) -- break the RnPass/RnExpr/RnBinds loops
#else
import {-# SOURCE #-} RnSource ( rnHsSigType )
#endif
import HsSyn
import HsPragmas ( isNoGenPragmas, noGenPragmas )
......
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