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

[project @ 1997-06-05 20:27:18 by sof]

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