[Haskell-cafe] Listing package dependencies from GHC

Thomas Schilling nominolo at googlemail.com
Thu May 3 10:49:55 EDT 2007


>  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


More information about the Haskell-Cafe mailing list