summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix ghc-pkg's quoting of the pkgroot fieldIan Lynagh2011-06-191-1/+1
* SafeHaskell: Add trust flag to packagesDavid Terei2011-06-171-2/+20
* Fix parsing "$topdir" in package configIan Lynagh2011-06-101-18/+20
* Follow Src{Loc,Span} changes in other parts of the treeIan Lynagh2011-06-091-3/+6
* Fix buildIan Lynagh2011-06-091-1/+1
* Fix for $topdir appearing in the haddock-html fieldDuncan Coutts2011-06-091-1/+2
* Make builds that use stage1 use "dist-install" consistently. ThisSimon Marlow2011-05-285-21/+21
* Merge remote branch 'origin/master' into ghc-genericsSimon Peyton Jones2011-05-268-106/+489
|\
| * ghc-pkg: report parser warnings when registering packagesDuncan Coutts2011-05-251-4/+11
| * Provide the pkgroot value in ghc-pkg dump & describe when necessaryDuncan Coutts2011-05-251-40/+84
| * Add stricter ghc-pkg checks on package file/dir/url fieldsDuncan Coutts2011-05-252-11/+26
| * Implement ${pkgroot} spec, allows relocatable registered packagesDuncan Coutts2011-05-251-51/+100
| * Deprecate the ghc-pkg --auto-ghci-libs flagDuncan Coutts2011-05-251-0/+3
| * ghc-pkg: don't expand ${name}-style env vars by defaultDuncan Coutts2011-05-251-4/+12
| * fix warningsSimon Marlow2011-05-241-1/+3
| * Assign more accurate code sizes to primops, so that the inliningSimon Marlow2011-05-245-6/+13
| * Added utility to uniquely identify ghc repo statesDavid M Peixotto2011-05-221-0/+248
* | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-172-19/+22
|\ \ | |/
| * Unicode fixes, taking into account PEP383 supportMax Bolingbroke2011-05-142-19/+22
* | Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-genericsJose Pedro Magalhaes2011-05-051-1/+1
|\ \ | |/
| * Remove unused hasktags configure checkDavid Terei2011-05-041-1/+1
* | Remove HsNumTy and TypePati.Jose Pedro Magalhaes2011-05-041-1/+0
|/
* Initialise Settings before DynFlagsIan Lynagh2011-04-221-1/+2
* Set stdout to use line buffering in ghc-cabalIan Lynagh2011-04-171-1/+2
* ghc-pkg dependency on ghc-cabal should be an order-only dependency,Simon Marlow2011-04-111-2/+4
* Add a tool for checking for problems in the built-in uniquesIan Lynagh2011-03-292-0/+131
* Fix build, and improve ghc-cabal's errorsIan Lynagh2011-03-051-4/+4
* Whitespace onlyIan Lynagh2011-03-051-8/+8
* Sanity check values that we wrap in single quotesIan Lynagh2011-03-051-3/+16
* Avoid some shell calls in the build systemIan Lynagh2011-03-051-2/+2
* Merge in new code generator branch.Simon Marlow2011-01-241-2/+2
* Use := when assigning the result of $(wildcard ...)Ian Lynagh2011-01-221-1/+1
* Remove an extraneous comma that stopped ghc-cabal from buildingIan Lynagh2011-01-191-1/+1
* Move the PACKAGE_MAGIC evaluation inside package-data.mkIan Lynagh2011-01-191-2/+7
* ghc-cabal now adds the language flag being usedIan Lynagh2011-01-171-0/+1
* Add NondecreasingIndentation to the list of extensions in ghc-pkgIan Lynagh2011-01-171-1/+1
* Build system improvementsIan Lynagh2011-01-151-58/+0
* Do dependency analysis when kind-checking type declarationssimonpj@microsoft.com2011-01-101-1/+1
* Add utils/ghc-cabal/MakefileIan Lynagh2011-01-081-0/+15
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-061-1/+1
* Fix mkUserGuidePart program name on WindowsIan Lynagh2011-01-061-1/+1
* Replace uses of the old try function with the new oneIan Lynagh2010-12-181-4/+6
* Replace uses of the old catch function with the new oneIan Lynagh2010-12-182-12/+12
* Remove redundant HpcMap and HpcSet wrappers around Data.{Map,Set}Ian Lynagh2010-12-1611-83/+12
* __GLASGOW_HASKELL__ >= 604 is now always trueIan Lynagh2010-12-151-2/+0
* Remove more dead code now we require GHC >= 6.12Ian Lynagh2010-12-152-75/+3
* Add --version support to ghc-cabalIan Lynagh2010-12-121-0/+2
* Build a copy of ghc-cabal with the in-tree compiler, for the bindistIan Lynagh2010-12-104-45/+90
* Remove the no-ghci-lib warning in ghc-pkgIan Lynagh2010-11-271-7/+4
* Always enable the archive-loading codeIan Lynagh2010-11-271-1/+4