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...
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe