Library-vs-local performance

Ian Lynagh igloo at earth.li
Tue Jun 24 17:16:42 EDT 2008


On Tue, Jun 24, 2008 at 02:01:58PM -0700, Donald Bruce Stewart wrote:
> > 
> >    1) Library is installed via cabal.
> >    2) Library source lives in the same directory as the application, so that
> >    ghc --make Examples.hs also builds the library.
> 
> That's compiling Examples with full access to the source though!
> So ghc has the entire source available.

That shouldn't make any difference. I suspect a flag difference is to
blame - giving cabal build the -v flag will show which flags it is
using.


Thanks
Ian



More information about the Glasgow-haskell-users mailing list