Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename package-conf flags to package-db. | Paolo Capriotti | 2012-05-15 | 1 | -1/+1 |
| | | | | | | | | Rename package database flags in both GHC and ghc-pkg so that they are consistent with Cabal nomenclature. Add a version check to the build system so that the correct set of package db flags are used when the bootstrapping GHC has version < 7.5. | ||||
* | Make installation on *nix work for paths with spaces in their name | Ian Lynagh | 2009-11-05 | 1 | -2/+2 |
| | | | | | | This means we can remove some conditional stuff from the Makefiles, and means the testsuite doesn't have to work out whether or not it's on Windows. | ||||
* | Fix the location of the package database in the installed ghc-pkg | Ian Lynagh | 2009-09-12 | 1 | -1/+1 |
| | | | | It was using the old filename, rather than the new directory name. | ||||
* | Make our install variables etc compliant with GNU standards; fixes #1924 | Ian Lynagh | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Put a #! line in ghc-pkg's shell wrapper | Ian Lynagh | 2008-07-19 | 1 | -0/+1 |
| | |||||
* | More build system changes; ghc-pkg is now built with Cabal | Ian Lynagh | 2008-07-18 | 1 | -0/+4 |