Extend the flag for not automatically linking haskell98
authorIan Lynagh <igloo@earth.li>
Tue, 8 Jul 2008 16:56:54 +0000 (16:56 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 8 Jul 2008 16:56:54 +0000 (16:56 +0000)
commit53ec704b7155b18a49f09e6894fd033db3b8f592
tree122058cc9cf1004c53bf89933d05a9cecdccfebe
parent7e1ca77bc1f27ba2b2a6703c7b6b4f854336c479
Extend the flag for not automatically linking haskell98
It now also doesn't automatically link base and rts either.
We need this when we've done a build, so base and rts are in the
package.conf, but we've then cleaned the libraries so they don't
physically exist any more.
compiler/main/DynFlags.hs
compiler/main/Packages.lhs
mk/config.mk.in