
7 Aug
2009
7 Aug
'09
5:14 a.m.
If I look with '-v' tho it seems to include Haskell libs in the underlying link - see below? Plus it only complains about this library, I use many other standard libs too? Looks like something stranger is going on?
Looks like you need to add -package mtl to the ghc commandline. If you don't use --make, then you need to be explicit about which packages to link against. Regards, Malcolm