Skip to content
Snippets Groups Projects
Commit da2eb909 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-01-11 11:35:56 by simonm]

explicitly import BinderInfo.BinderInfo to keep mkdependHS happy
(CoreSyn.hi-boot refers to it).
parent 70eb8686
No related merge requests found
......@@ -47,6 +47,8 @@ module IdInfo (
import {-# SOURCE #-} CoreUnfold ( Unfolding, noUnfolding )
import {-# SOURCE #-} CoreSyn ( SimplifiableCoreExpr )
-- for mkdependHS, CoreSyn.hi-boot refers to it:
import BinderInfo ( BinderInfo )
import SpecEnv ( SpecEnv, emptySpecEnv, isEmptySpecEnv )
import BasicTypes ( NewOrData )
......
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