ijones 2005/07/30 13:05:55 PDT
Modified files:
libraries/Cabal/Distribution Setup.hs
libraries/Cabal/Distribution/Simple Build.hs Configure.hs
Install.hs
LocalBuildInfo.hs
Register.hs Utils.hs
Log:
From Duncan Coutts: This is a patch to implement a feature request. It
changes which phase the GHCi .o lib gets created from the
install/register phase (using ghc-pkg --auto-ghci-libs) to the build
phase.
Credit for the feature goes to Henning Günther <[EMAIL PROTECTED]>. It
was reviewed and modified somewhat by the Gentoo Haskell people. We've
tested it a bit and think it does the right thing for us. It should be
better behaviour for others too, eg Debian.
The patch adds a couple extra configure options,
--enable-library-for-ghci / --disable-library-for-ghci
Revision Changes Path
1.41 +11 -2 fptools/libraries/Cabal/Distribution/Setup.hs
1.59 +10 -1 fptools/libraries/Cabal/Distribution/Simple/Build.hs
1.46 +2 -1 fptools/libraries/Cabal/Distribution/Simple/Configure.hs
1.42 +9 -5 fptools/libraries/Cabal/Distribution/Simple/Install.hs
1.12 +2 -1
fptools/libraries/Cabal/Distribution/Simple/LocalBuildInfo.hs
1.34 +2 -3 fptools/libraries/Cabal/Distribution/Simple/Register.hs
1.41 +6 -0 fptools/libraries/Cabal/Distribution/Simple/Utils.hs
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries