> Line 114 of Window.hi says:
> > 1 zdfHasTextWindow :: __forall [v] {GUIValue.GUIValue v, GUIState.GUIObject 
>Window} => {GUIBaseClasses.HasText Window v} ;
> 
> ghc --version  says
> > The Glorious Glasgow Haskell Compilation System, version 4.03, patchlevel 0
> I downloaded it around 18th May from the CVS repository and compiled it
> for sparc-solaris.

On the 11th May the .hi format changed from what you have above, 
slightly; this shouldn't cause the problem you mention but it does mean 
that your ghc is older than you think.  It should look like this:

> 1 zdfHasTextWindow :: __forall [v] => {GUIValue.GUIValue v} -> {GUIState.GUIObject 
>Window} -> {GUIBaseClasses.HasText Window v} ;

HTH.

--KW 8-)
-- 
: Keith Wansbrough, MSc, BSc(Hons) (Auckland) ------------------------:
: PhD Student, Computer Laboratory, University of Cambridge, England. :
:  (and recently of the University of Glasgow, Scotland. [><] )       :
: Native of Antipodean Auckland, New Zealand: 174d47' E, 36d55' S.    :
: http://www.cl.cam.ac.uk/users/kw217/  mailto:[EMAIL PROTECTED]     :
:---------------------------------------------------------------------:

Reply via email to