I have a program using HSQL that I'm trying to profile.  When I do

ghc program.hs -package hsql -o program

it compiles fine, but when I do

ghc -prof -auto-all program.hs -package hsql -o program

I get error messages saying "failed to load interface for
`Database.HSQL'" and so forth, the same way I do if I leave off the
-package argument entirely.

How can I work around this?
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to