Re: [Haskell-cafe] installing HaXml

2004-10-31 Thread Malcolm Wallace
Tom Spencer <[EMAIL PROTECTED]> writes: > I thought i had successfully installed HaXml, ghci loads up the > package successfully etc. but then it complains that it can't find > XmlLib. There isn't any module called XmlLib in HaXml. You maybe want to import Text.XML.HaXml instead? Regards, M

[Haskell-cafe] Problems with HaXml

2004-10-31 Thread Tom Spencer
Hi, I thought i had successfully installed HaXml, ghci loads up the package successfully etc. but then it complains that it can't find XmlLib. Using -v i get the following: Prelude> :load iChing.hs *** Chasing dependencies: iChing.hs: Can't find module `XmlLib' locations searched: X

[Haskell-cafe] Calling Haskell from .Net Environment

2004-10-31 Thread David Lo
Dear all, Vincenzo, thank you for your reply and advice. I'll take a look on xmlrpc. I've heard of hugs98 for .Net. Anyone has ever tried to call haskell from .Net using it ? Please kindly advise, since one example provided in the sample is Haskell -> .Net -> Haskell, while I require .Net -> Hask