Fix SPARC build, missing #include
[ghc-hetmet.git] / mk / cabal-flags.mk
2009-02-21 Ian LynaghOnly use STAGE3_PACKAGE_CONF for building GHC itself
2009-02-12 Ian LynaghOnly pass --with-hscolour to cabal-bin once
2009-02-12 Ian LynaghQuote some more arguments to cabal-bin
2008-12-03 Ian LynaghWe need to tell cabal-bin which version of Cabal to use
2008-10-15 Ian LynaghFix the build when the bootstrapping compiler has a...
2008-09-24 Ian LynaghUse test -f rather than test -e, for portability (Solaris)
2008-09-06 Ian LynaghInstall the stage 2 ghc package when installing; fixes...
2008-08-28 Ian LynaghWhen installing, we can't rely on the ghc-pkg we just...
2008-08-28 Ian LynaghUpdate the build system to handle building and using...
2008-07-23 Ian LynaghTell Cabal where gcc is
2008-07-22 Ian LynaghFix the stage3 build
2008-07-18 Ian LynaghBuild system tweaks
2008-07-18 Ian LynaghMore build system changes; ghc-pkg is now built with...
2008-07-17 Ian LynaghRemove some duplication
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2008-07-11 Ian LynaghHandle passing hsc2hs to Cabal better
2008-07-11 Ian LynaghSplit up Cabal configure flag variables for more flexib...
2008-07-10 Ian LynaghMove the definition of NONEXISTENT into the central...
2008-07-10 Ian LynaghDefine CABAL in mk/cabal-flags.mk, rather than everywhe...
2008-07-05 Ian LynaghFix hsc2hs finding its template file on Windows
2008-07-05 Ian LynaghBuild hsc2hs with Cabal