summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* ghc-pkg: don't fail, if a file is already removedich@christoph-bauer.net2010-07-251-4/+10
* Link programs that have no Haskell objects with gcc rather than ghcIan Lynagh2010-07-161-0/+1
* Remove an unnecessary #includeIan Lynagh2010-07-151-2/+0
* Simplify some more CPP __GLASGOW_HASKELL__ testsIan Lynagh2010-07-151-10/+1
* Remove some code only used with GHC 6.11.*Ian Lynagh2010-07-151-4/+0
* __GLASGOW_HASKELL__ >= 609 is now always trueIan Lynagh2010-07-151-8/+0
* Simplify ghc-pkg's Cabal dependenciesIan Lynagh2010-07-041-21/+4
* Use Cabal to configure the dist-install ghc-pkg; fixes trac #4156Ian Lynagh2010-07-042-9/+13
* Change ghc-pwd's license to a string Cabal recognisesIan Lynagh2010-06-151-1/+1
* it should be an error to use relative directories (#4134)Simon Marlow2010-06-151-0/+3
* missing include-dirs or library-dirs is only a warning now (#4104)Simon Marlow2010-06-151-24/+35
* In ghc-pkg, send warnings to stderrIan Lynagh2010-06-061-5/+10
* Optimise checkremove a bitIan Lynagh2010-05-081-7/+12
* Add tools to test that cleaning works properlyIan Lynagh2010-05-083-0/+68