diff options
| author | simonm <unknown> | 1998-01-11 11:35:56 +0000 |
|---|---|---|
| committer | simonm <unknown> | 1998-01-11 11:35:56 +0000 |
| commit | da2eb909de35c821ba4e1528e840726c30211d4c (patch) | |
| tree | 3914fb2970d696412136844848b8cfa78c4d0d5a | |
| parent | 70eb8686da577352ca95070e315f0d0781e0ecca (diff) | |
| download | haskell-da2eb909de35c821ba4e1528e840726c30211d4c.tar.gz | |
[project @ 1998-01-11 11:35:56 by simonm]
explicitly import BinderInfo.BinderInfo to keep mkdependHS happy
(CoreSyn.hi-boot refers to it).
| -rw-r--r-- | ghc/compiler/basicTypes/IdInfo.lhs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/compiler/basicTypes/IdInfo.lhs b/ghc/compiler/basicTypes/IdInfo.lhs index da096ebc19..8539d005e9 100644 --- a/ghc/compiler/basicTypes/IdInfo.lhs +++ b/ghc/compiler/basicTypes/IdInfo.lhs @@ -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 ) |
