
27 May
2007
27 May
'07
3:48 p.m.
Björn wrote:
Hey,
Ghc-pkg list says: "... HaXml-1.13.2, ..." so that should be alright.
That's a good start - you've got further than I ever did!
My Programm is something simple right now:
Module bjoern where Import HaXml Import IO Main = putStrLn "hello world"
But it always fails to import the lib...
This is what I type to compile it in the shell: ghc --make bjoern
OK, well, try changing it to import Text.XML.HaXml and see what that does...