summaryrefslogtreecommitdiff
path: root/utils/ghc-cabal/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Include SRC_CC_OPTS and SRC_LD_OPTS when compiling ghc-cabalSimon Marlow2014-03-271-2/+4
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Fix the inplace name of ghc-cabalIan Lynagh2013-04-251-1/+1
* Use different exeext variables for each stage; fixes #7709Ian Lynagh2013-04-201-2/+3
* Small build system refactoringIan Lynagh2013-04-201-5/+6
* Update CabalIan Lynagh2013-03-111-1/+1
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-1/+1
* installation fixesIan Lynagh2013-03-031-0/+2
* Use more of the automatically generated INPLACE variablesIan Lynagh2013-03-031-2/+4
* Define $(prog)_INPLACE variables automatically, and start using themIan Lynagh2013-03-031-15/+15
* Whitespace tweakIan Lynagh2013-02-161-1/+1
* Try to make ghc-pkg and ghc-cabal use the same flags when bootstrapping.Simon Marlow2013-02-011-1/+2
* Make it possible to build with only way dynIan Lynagh2012-10-241-1/+1
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-0/+1
* Rename package-conf flags to package-db.Paolo Capriotti2012-05-151-1/+1
* It isn't guaranteed that Cabal is warning-freeIan Lynagh2012-04-241-1/+1
* Use touchy rather than touch when building on WindowsIan Lynagh2011-12-021-2/+2
* Follow cabal->Cabal rename, and fix haddock index generationIan Lynagh2011-10-231-5/+5
* Don't fail validate due to warnings in CabalIan Lynagh2011-07-271-1/+2
* Follow Cabal reorganisation, and improve build system a littleIan Lynagh2011-06-231-5/+5
* Build a copy of ghc-cabal with the in-tree compiler, for the bindistIan Lynagh2010-12-101-45/+10
* Add NoFoo form to the extensions list that dummy-ghc generatesIan Lynagh2010-10-261-2/+2
* Add some -no-user-package-conf flagsIan Lynagh2010-09-021-0/+1
* Fix build with Solaris sedIan Lynagh2009-12-161-1/+3
* Call $(SED) rather than sedIan Lynagh2009-12-011-1/+1
* Add ghc-cabal dependencies; fixes #3494Ian Lynagh2009-10-301-0/+4
* Make the unpleasant sed one-liner less unpleasantMatthias Kilian2009-10-071-1/+1
* Add --supported-languages support to dummy-ghcIan Lynagh2009-10-061-4/+28
* Use "order only constraints" for directoriesIan Lynagh2009-10-021-7/+3
* depend on mk/project.mk appropriatelySimon Marlow2009-05-291-2/+2
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-6/+6
* Fix warnings in ghc-cabalIan Lynagh2009-05-231-0/+1
* Use SRC_HC_OPTS when making ghc-cabal and ghc-pkgIan Lynagh2009-05-201-1/+1
* Remove some $(TOP)s that cause problems on Windows (as they contain ':')Ian Lynagh2009-05-161-1/+1
* dummy-ghc should depend on config.mk, to pick up the latest version numberSimon Marlow2009-05-131-1/+2
* Add a header to all build system files:Simon Marlow2009-04-281-0/+11
* GHC new build system megapatchIan Lynagh2009-04-261-0/+54