
Hey, Ghc-pkg list says: "... HaXml-1.13.2, ..." so that should be alright. yes I've compiled using the --make switch... 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 -----Ursprüngliche Nachricht----- Von: haskell-cafe-bounces@haskell.org [mailto:haskell-cafe-bounces@haskell.org] Im Auftrag von Andrew Coppin Gesendet: Sonntag, 27. Mai 2007 17:06 An: haskell-cafe@haskell.org Betreff: Re: [Haskell-cafe] Problems with HaXml -- ghc cant find the libs Björn wrote:
Hi @all
I am quite new to haskell ... But need to get the HaXml to work... Unfortunatly I dont know why ghc doesnt find the lib...
Ghc is installed on my linux and it works it appears to be the ghc 6.6
I managed to compile the little "hello world" programm ...
But as soon as i try to import HaXml ghc tells me that it could not find it...
I followed the installation steps on the haxml homepage and it seemed to work just fine....
Thanx in advanced Yours Bjoern
1. To "ghc-pkg list" and see if HaXmL shows up in the listing. If yes, GHC knows it's installed. If no, something is wrong. 2. How are you compiling your program? IIRC, if you don't use the "--make" switch, you must manually specify that you want specific packages installed, whereas with --make it happens automatically. _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.472 / Virus Database: 269.8.0/819 - Release Date: 26.05.2007 10:47 No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.472 / Virus Database: 269.8.0/819 - Release Date: 26.05.2007 10:47