By dependencies I
meant, library packages that GHC knows about.

For example, if I load something simple like

import System.Posix.Files
main = touchFile "example"

into GHCi and execute ":main" it prints

Loading package unix-1.0 ... linking ... done.


Oh, right. Well, then please file it as a bug report on Cabal. I'll be working on Cabal configs as my Summer of Code project; this is clearly related. With a bit of luck it'll be done before end of August.

/ Thomas
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to