Hi Mike. I'm glad the DLL problem turned out to be so easy. The other one is from version skew between Hugs98 and the version of Fran that accompanies it. I've asked them to make the small necessary tweaks to their copy of Fran, but it hasn't happened yet. What's needed is a Show instance for functions (removed from the prelude in Haskell 98). Here's a module to copy into the Fran/src directory and import from any module that gives you this problem. <<ShowFunctions.hs>> I'm cc'ing hugs-bugs in order to prod the Hugs developers to make this correction in their copy and to help any others who are listening and might run into the same problem. Regards, - Conal -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 28, 2000 11:41 PM To: Conal Elliott Subject: Re: Fran woes >>>>> "Conal" == Conal Elliott <[EMAIL PROTECTED]> writes: Conal> Oops - I was confused. It is SpriteLib.dll, not HSpriteLib.dll that must be Conal> copied into your c:\Hugs98. Try that and let me know. Ah! That did it! Thanks! Next problem: ERROR "c:\Hugs98\lib\Fran\src\ImageB.hs" (line 28): An instance of Show RenderIO is required to derive Show ImageB ... which looks reasonable to me, only I don't know how to fix it. The intricacies of type classes in connection with deriving confuse me ... -- Cheers =8-} Mike Friede, V�lkerverst�ndigung und �berhaupt blabla begin 600 ShowFunctions.hs M+2T@1G)O;2!1=6EC:T-H96-K(&1I<W1R:6)U=&EO;BX*"FUO9'5L92!3:&]W M1G5N8W1I;VYS('=H97)E"@II;G-T86YC92!3:&]W("AA+3YB*2!W:&5R90H@ 7('-H;W<@9B`]("(\9G5N8W1I;VX^(@H= ` end
