summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the haskeline-specific hacks from ghc-cabalIan Lynagh2009-06-121-81/+1
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-291-0/+4
* Put "%expect 0" directives in the .y filesIan Lynagh2009-06-083-0/+3
* ghc-pkg now takes a verbosity argumentIan Lynagh2009-06-051-23/+47
* Follow Cabal changesIan Lynagh2009-06-051-5/+6
* Fix ghc-cabal, so that GHC.Prim gets registered when we installIan Lynagh2009-06-041-6/+7
* depend on mk/project.mk appropriatelySimon Marlow2009-05-292-3/+3
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-305-22/+22
* Fix warningsIan Lynagh2009-05-231-1/+0
* Fix warnings in genprimopcodeIan Lynagh2009-05-231-9/+10
* Fix warnings in ghc-cabalIan Lynagh2009-05-231-0/+1
* ghc_ge_607 is now always trueIan Lynagh2009-05-231-2/+0
* fix warning (and validate)Simon Marlow2009-05-211-2/+1
* Fix building with the HEADIan Lynagh2009-05-202-2/+2
* Use SRC_HC_OPTS when making ghc-cabal and ghc-pkgIan Lynagh2009-05-202-2/+2
* Fix building ghc-pkg when bootstrappingIan Lynagh2009-05-201-0/+21
* Simplify ghc-pkg's ghc.mk slightlyIan Lynagh2009-05-201-1/+1
* Remove some $(TOP)s that cause problems on Windows (as they contain ':')Ian Lynagh2009-05-161-1/+1
* Remove nofib-analyseIan Lynagh2009-05-155-1743/+0
* Move hasktags out of the GHC repoIan Lynagh2009-05-155-368/+0
* dummy-ghc should depend on config.mk, to pick up the latest version numberSimon Marlow2009-05-131-1/+2
* Rename pwd to ghc-pwdIan Lynagh2009-05-073-4/+4
* Remove pwd's Makefile from the old build systemIan Lynagh2009-05-071-6/+0
* Simplify utils/pwdIan Lynagh2009-05-051-19/+9
* Fix building Haskeline on WindowsIan Lynagh2009-04-301-1/+3
* Fix mkdependC: Make it tell cpp to use our temporary filenameIan Lynagh2009-04-301-3/+3
* Tweak ghc-cabalIan Lynagh2009-04-291-1/+1
* Add special support for haskelineIan Lynagh2009-04-291-2/+82