summaryrefslogtreecommitdiff
path: root/ghc/ghc.wrapper
Commit message (Collapse)AuthorAgeFilesLines
* Make our install variables etc compliant with GNU standards; fixes #1924Ian Lynagh2009-08-141-1/+1
|
* Switch the default -dynload mode to SystemDependentDuncan Coutts2009-05-171-1/+1
| | | | | The previous default was Deployable though it was being overridden to Wrapper in the ghc shell script wrapper.
* GHC new build system megapatchIan Lynagh2009-04-261-2/+0
|
* Use "exec" when running ghc in the wrapperIan Lynagh2008-09-151-1/+1
|
* Add a "#!/bin/sh" to ghc.wrapperIan Lynagh2008-09-141-0/+1
|
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-161-0/+2
Installing and bindist creation don't work, but they were already broken. Only tested validating with one setup.