AW: [Haskell-cafe] Problems with HaXml -- ghc cant find the libs
Andrew Coppin
andrewcoppin at btinternet.com
Sun May 27 11:48:10 EDT 2007
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...
More information about the Haskell-Cafe
mailing list