summaryrefslogtreecommitdiff
path: root/mk/cabal-flags.mk
Commit message (Expand)AuthorAgeFilesLines
* GHC new build system megapatchIan Lynagh2009-04-261-129/+0
* Only use STAGE3_PACKAGE_CONF for building GHC itselfIan Lynagh2009-02-211-2/+1
* Only pass --with-hscolour to cabal-bin onceIan Lynagh2009-02-121-2/+2
* Quote some more arguments to cabal-binIan Lynagh2009-02-121-3/+3
* We need to tell cabal-bin which version of Cabal to useIan Lynagh2008-12-031-1/+1
* Fix the build when the bootstrapping compiler has a newer Cabal than usIan Lynagh2008-10-151-0/+6
* Use test -f rather than test -e, for portability (Solaris)Ian Lynagh2008-09-241-1/+1
* Install the stage 2 ghc package when installing; fixes trac #2567Ian Lynagh2008-09-061-0/+34
* When installing, we can't rely on the ghc-pkg we just installed to workIan Lynagh2008-08-281-0/+2
* Update the build system to handle building and using haddock2Ian Lynagh2008-08-281-4/+0
* Tell Cabal where gcc isIan Lynagh2008-07-231-3/+4
* Fix the stage3 buildIan Lynagh2008-07-221-3/+5
* Build system tweaksIan Lynagh2008-07-181-3/+4
* More build system changes; ghc-pkg is now built with CabalIan Lynagh2008-07-181-2/+5
* Remove some duplicationIan Lynagh2008-07-171-14/+12
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-161-2/+7
* Handle passing hsc2hs to Cabal betterIan Lynagh2008-07-111-2/+4
* Split up Cabal configure flag variables for more flexibilityIan Lynagh2008-07-111-8/+10
* Move the definition of NONEXISTENT into the central cabal-flags.mkIan Lynagh2008-07-101-0/+6
* Define CABAL in mk/cabal-flags.mk, rather than everywhere we use itIan Lynagh2008-07-101-0/+3
* Fix hsc2hs finding its template file on WindowsIan Lynagh2008-07-051-0/+1
* Build hsc2hs with CabalIan Lynagh2008-07-051-0/+68