summaryrefslogtreecommitdiff
path: root/utils/ghc-cabal/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* winio: update ghc-cabal to handle new Cabal submodule bumpTamar Christina2020-07-151-3/+3
* Bump template-haskell version to 2.17.0.0Ryan Scott2020-04-141-2/+2
* Update to Cabal submodule to v3.2.0.0-alpha3Oleg Grenrus2020-01-041-2/+2
* Get rid of GHC_PACKAGE_DB_FLAGJohn Ericson2019-10-071-1/+1
* Disable optimisation when building Cabal lib for stage0Ben Gamari2019-06-151-0/+3
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* Update `Cabal` submoduleHerbert Valerio Riedel2019-01-141-5/+5
* Bump parsec submodule to 0.3.13.0Ben Gamari2018-02-191-1/+1
* Retire cabal_macros_boot.h hackHerbert Valerio Riedel2017-09-091-7/+2
* Enable building Cabal with parsecHerbert Valerio Riedel2017-08-011-3/+22
* Drop HAVE_containers_050 from bootstrap flagsBen Gamari2017-03-041-1/+0
* Bump Cabal submoduleBen Gamari2017-02-201-1/+1
* Remove unnecessary use of -DGENERICS flagRyan Scott2017-02-061-1/+1
* ghc-cabal: Use correct name of linker flags env variableBen Gamari2016-11-101-1/+1
* ghc-cabal: accept EXTRA_HC_OPTS make variableSergei Trofimovich2016-09-021-1/+2
* Trim all spaces after 'version:'Gabor Greif2016-08-051-1/+1
* Make bootstrapping more robustHerbert Valerio Riedel2016-02-161-0/+16
* Update binary submodule to binary-0.8 snapshotHerbert Valerio Riedel2015-12-161-0/+1
* Update `binary` submodule to final 0.7.2.3 releaseHerbert Valerio Riedel2014-12-141-0/+1
* Update Cabal submodule & ghc-pkg to use new module re-export typesEdward Z. Yang2014-09-241-0/+1
* 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