summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Add a closing parenthesis tooFelix Yan2020-08-101-1/+1
* Correct a typo in ghc.mkFelix Yan2020-08-101-1/+1
* Deduplicate "unique subdir" code between GHC and CabalJohn Ericson2019-07-091-13/+0
* Remove most uses of TARGET platform macrosJohn Ericson2019-07-091-3/+1
* ghc-pkg needs settings file to un-hardcode target platformJohn Ericson2019-06-191-1/+4
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* fix 'make install' for cross-stage2Sergei Trofimovich2017-04-081-0/+6
* Add flag allowing convenient disabling of terminfo supportBen Gamari2017-02-281-0/+4
* Build system: cleanup BUILD_DIRS + add lots of NotesThomas Miedema2015-09-081-0/+2
* Build system: cleanup utils/ghc-pkg/ghc.mkThomas Miedema2015-09-071-17/+31
* Build system: simplify install.mk.inThomas Miedema2015-08-211-1/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-4/+2
* Use more of the automatically generated INPLACE variablesIan Lynagh2013-03-031-1/+1
* Rename $(Windows) to $(Windows_Host)Ian Lynagh2013-03-011-1/+1
* Define utils/ghc-pkg_dist_PROG correctly for WindowsIan Lynagh2013-02-161-3/+1
* Build the stage0 ghc-pkg with CabalIan Lynagh2013-02-161-56/+13
* install ghc-pkg correctly when Stage1Only=YES (#7639)Simon Marlow2013-02-051-20/+27
* Try to make ghc-pkg and ghc-cabal use the same flags when bootstrapping.Simon Marlow2013-02-011-1/+0
* Tidy up cross-compilingSimon Marlow2013-01-171-2/+2
* Fix a makefile ruleIan Lynagh2012-10-291-1/+1
* Move ghc-pkg's generated Version.hs inside the dist directoriesIan Lynagh2012-10-291-6/+9
* Tweak the build system handling of shell wrappersIan Lynagh2012-09-271-1/+1
* make sure to remove the right link before calling 'ln -s' (could we use 'ln -...Gabor Greif2012-08-301-2/+2
* Rename package-conf flags to package-db.Paolo Capriotti2012-05-151-3/+3
* Add SRC_[CH]C_WARNING_OPTSIan Lynagh2012-04-261-0/+1
* GHC trees no longer include the extensible-exceptions packageIan Lynagh2012-02-211-1/+0
* Improve support for cross-compilationSimon Marlow2012-01-301-11/+22
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-5/+5
* Follow cabal->Cabal rename, and fix haddock index generationIan Lynagh2011-10-231-1/+1
* add a ToDoSimon Marlow2011-09-211-0/+3
* Fix validation problem when GHC is 7.2.1, warnings from binary.David Terei2011-08-191-1/+1
* Follow Cabal reorganisation, and improve build system a littleIan Lynagh2011-06-231-1/+1
* ghc-pkg dependency on ghc-cabal should be an order-only dependency,Simon Marlow2011-04-111-2/+4
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-061-1/+1
* Add some -no-user-package-conf flagsIan Lynagh2010-09-021-0/+1
* Use Cabal to configure the dist-install ghc-pkg; fixes trac #4156Ian Lynagh2010-07-041-5/+3
* Append $(exeext) to utils/ghc-pkg_dist_PROGIan Lynagh2010-03-241-1/+1
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-3/+3
* Use "order only constraints" for directoriesIan Lynagh2009-10-021-5/+2
* System.Console.Terminfo isn't available when bootstrapping.Matthias Kilian2009-09-301-0/+1
* Fix build on WindowsSimon Marlow2009-09-141-1/+4
* remove superfluous trailing backslashSimon Marlow2009-09-111-1/+1
* binary has unused-import warningsSimon Marlow2009-09-101-1/+2
* Change the representation of the package databaseSimon Marlow2009-09-101-4/+7
* Fix permissions when installingIan Lynagh2009-08-021-1/+1
* depend on mk/project.mk appropriatelySimon Marlow2009-05-291-1/+1
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-9/+9
* Use SRC_HC_OPTS when making ghc-cabal and ghc-pkgIan Lynagh2009-05-201-1/+1
* Fix building ghc-pkg when bootstrappingIan Lynagh2009-05-201-0/+21