Doaitse Swierstra <[EMAIL PROTECTED]> writes:

> but when i try to compile lhs2TeX I get the following error message:
> /usr/local/bin/ghc -O -package lang --make -o lhs2TeX Main.lhs [..]

Did you try without the '-package lang'?  I think 'ghc --make' is
rather effective at automatically determining which packages to
include.  (Also, I'm not sure why you include all the source files
together with --make, since --make tracks down dependent modules and
compile them automatically.) 

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to