patch applied (ghc): Add --supported-languages support to dummy-ghc
Ian Lynagh
igloo at earth.li
Tue Oct 6 17:17:37 EDT 2009
Tue Oct 6 13:14:15 PDT 2009 Ian Lynagh <igloo at earth.li>
* Add --supported-languages support to dummy-ghc
We used to call the bootstrapping compiler to get its --supported-languages
but that doesn't work when it doesn't support all the extensions that we
need. In particular, compiling the new bytestring which needs NamedFieldPuns
broken when building with 6.8.2.
There's now a rather ugly sed script to extract the extensions from
DynFlags.hs.
M ./utils/ghc-cabal/ghc.mk -4 +28
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20091006201415-3fd76-11961a54aca66ca29efd9c1cdcf465a79c2dedf3.gz
More information about the Cvs-ghc
mailing list