summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* For bindists, build ghc-pwd with stage 1Ian Lynagh2010-11-213-8/+9
* Fix the type sanity test in genprimopcode's Syntax.hs2010-11-18Ian Lynagh2010-11-171-2/+2
* add some {-# LANGUAGE BangPatterns #-} to mollify GHCSimon Marlow2010-11-173-0/+3
* Remove use of (now-gone) VarPatOutsimonpj@microsoft.com2010-11-121-1/+0
* Fix building genprimopcode with GHC 7.0, and remove haskell98 importsIan Lynagh2010-11-022-4/+5
* follow changes in the GHC APISimon Marlow2010-10-271-2/+2
* Add NoFoo form to the extensions list that dummy-ghc generatesIan Lynagh2010-10-261-2/+2
* Follow GHC.Bool/GHC.Types mergeIan Lynagh2010-10-231-2/+2
* Follow Cabal change: Use usedExtensions rather than extensionsIan Lynagh2010-10-201-1/+1
* Remove ghc-pkg's dependency on haskell98Ian Lynagh2010-10-132-4/+1
* Fix build on Windows: ghc-pkg/Main.hs needs ForeignFunctionInterfaceIan Lynagh2010-10-121-1/+1
* Fix build following haskell98 and -fglasgow-exts changesIan Lynagh2010-10-064-5/+6
* Handle EXTRA_LIBRARIES when building programsIan Lynagh2010-09-301-1/+1
* Fix the doc directory on WindowsIan Lynagh2010-09-291-1/+1
* Fix mkUserGuidePart depsIan Lynagh2010-09-181-1/+1
* Bump dependenciesIan Lynagh2010-09-171-1/+1
* filter out the gcc-lib directory from the rts package's library-dirsSimon Marlow2010-09-131-1/+10
* Work around missing type signature in Happysimonpj@microsoft.com2010-07-301-1/+9
* Add some -no-user-package-conf flagsIan Lynagh2010-09-022-0/+2
* Change how the dblatex/lndir problem is worked aroundIan Lynagh2010-08-241-0/+23
* Generate the bit in the user guide where we say what -fglasgow-exts doesIan Lynagh2010-08-223-0/+73
* Add _DATA_FILES to package-data.mk filesIan Lynagh2010-08-181-0/+1
* Fix build: Add newline to end of ghc-pkg/Main.hsIan Lynagh2010-08-011-1/+1