summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Use relative paths for haddockHTMLs in the inplace package.confIan Lynagh2009-11-101-1/+4
* Put docs into versioned directory names; fixes trac #3532Ian Lynagh2009-11-081-2/+2
* Tell ghc-cabal what strip program to useIan Lynagh2009-11-081-6/+14
* Remove ext-coreIan Lynagh2009-11-0833-5478/+0
* mkdirhier now just calls mkdir -pIan Lynagh2009-11-071-42/+1
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-054-8/+8
* Fix #3642: m GHC builds using the Haskell PlatformSimon Marlow2009-11-051-3/+3
* Add ghc-cabal dependencies; fixes #3494Ian Lynagh2009-10-301-0/+4
* Remove a redundant parameter for mkTupleTy (the arity)simonpj@microsoft.com2009-10-281-2/+1
* 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
* follow changes in Distribution.Simple.PackageIndex APISimon Marlow2009-10-062-11/+10
* Use "order only constraints" for directoriesIan Lynagh2009-10-024-16/+7
* System.Console.Terminfo isn't available when bootstrapping.Matthias Kilian2009-09-302-2/+3
* Under utils/ext-core, update README to mention that ext-core is now on HackageTim Chevalier2009-09-271-0/+9
* Add support for relocatable builds in the new build systemIan Lynagh2009-09-271-21/+50
* Make count_lines work with the new directory layoutIan Lynagh2009-09-231-2/+6
* Add count_lines back into the repoIan Lynagh2009-09-231-0/+63
* Add sdist to ghc-cabal's bag of tricksIan Lynagh2009-09-211-15/+27
* Follow the builtin:rts vs. builtin_rts renamingMatthias Kilian2009-09-151-1/+1
* Fix build on WindowsSimon Marlow2009-09-142-3/+6
* Add "ghc-pkg init" command for creating a new package DBSimon Marlow2009-09-141-0/+20
* Fixes for compiling the HEAD with iteslfIan Lynagh2009-09-131-1/+0
* Fix the location of the package database in the installed ghc-pkgIan Lynagh2009-09-121-1/+1
* remove superfluous trailing backslashSimon Marlow2009-09-111-1/+1
* Work around bug in old bytestring versions by reading the package DB strictlySimon Marlow2009-09-111-1/+16
* binary has unused-import warningsSimon Marlow2009-09-101-1/+2
* Change the representation of the package databaseSimon Marlow2009-09-104-170/+350
* Fix "make install"Ian Lynagh2009-08-261-31/+71
* "ghc-cabal install" now needs to know where GHC is, to get the ABI hashIan Lynagh2009-08-261-14/+24
* UNDO: fix the inplace runghc (it broke the installed runghc)Simon Marlow2009-08-261-1/+1
* Follow changes in Cabal: package -> sourcePackageIdSimon Marlow2009-08-241-25/+25
* Add unique package identifiers (InstalledPackageId) in the package DBSimon Marlow2009-08-202-50/+91
* fix the inplace runghcSimon Marlow2009-08-201-1/+1
* Make our install variables etc compliant with GNU standards; fixes #1924Ian Lynagh2009-08-143-3/+3
* Check Cabal packages when validatingIan Lynagh2009-08-111-0/+18
* Include a pointer to GHC.Exts in the generated GHC.Prim docsIan Lynagh2009-08-111-0/+2
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-2/+2
* Fix permissions when installingIan Lynagh2009-08-021-1/+1
* Fix creation of library doc index, and put the library docs in bindistsIan Lynagh2009-08-021-1/+1
* Fix warnings when building with the HEADIan Lynagh2009-07-302-3/+0
* Make ghc-cabal handle "Custom" Setup.hs files that have a configure scriptIan Lynagh2009-07-181-2/+10
* Fix ignored-monadic-result warningsIan Lynagh2009-07-071-1/+1
* Fix unused import warningsIan Lynagh2009-07-071-2/+0
* Fix unused import warningsIan Lynagh2009-07-071-1/+0
* Follow Cabal changesIan Lynagh2009-07-051-7/+11
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-012-6/+6
* follow change in System.Posix.Internals.c_openSimon Marlow2009-06-221-1/+5
* Add rules for building .cmm files in librariesIan Lynagh2009-06-111-0/+1
* Include runghc and unlit in bindistsIan Lynagh2009-06-132-5/+1