summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Add SRC_[CH]C_WARNING_OPTSIan Lynagh2012-04-261-0/+1
* It isn't guaranteed that Cabal is warning-freeIan Lynagh2012-04-241-1/+1
* Tabs -> SpacesDavid Terei2012-03-234-236/+219
* Tabs -> SpacesDavid Terei2012-03-231-325/+325
* hp2ps: escape backslashes when generating output file (#5800).Paolo Capriotti2012-03-221-2/+20
* Fix fingerprints for merge commits.Geoffrey Mainland2012-03-171-1/+1
* ghc-pkg: make sure info messages go to stdout and errors to stderr (#3818)Paolo Capriotti2012-03-081-30/+40
* Abstract out the hFlush calls in the GHC APIIan Lynagh2012-02-241-2/+2
* GHC trees no longer include the extensible-exceptions packageIan Lynagh2012-02-211-1/+0
* MERGE from 7.4 branch: Update dependenciesIan Lynagh2012-02-081-1/+1
* Refactor HsDecls again, to put family instances in InstDeclSimon Peyton Jones2012-02-061-1/+1
* Improve support for cross-compilationSimon Marlow2012-01-301-11/+22
* Follow Cabal version bumpIan Lynagh2012-01-201-1/+1
* RefactoringIan Lynagh2012-01-082-4/+4
* Fix a path, and strip out C++ comments tooSimon Marlow2011-12-151-1/+2
* Add new primtypes 'ArrayArray#' and 'MutableArrayArray#'Manuel M T Chakravarty2011-12-071-15/+16
* Improve the space usage of checkremoveIan Lynagh2011-12-071-17/+29
* Use touchy rather than touch when building on WindowsIan Lynagh2011-12-022-6/+7
* Improve the checkremove utilIan Lynagh2011-11-291-20/+110
* Make profiling work with multiple capabilities (+RTS -N)Simon Marlow2011-11-291-1/+1
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-193-7/+7
* Use -fwarn-tabs when validatingIan Lynagh2011-11-042-0/+14
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-14/+51
* Follow cabal->Cabal rename, and fix haddock index generationIan Lynagh2011-10-232-6/+6
* Follow the removal of the Show superclass of NumIan Lynagh2011-10-121-1/+1
* Handle HValues slightly nicerIan Lynagh2011-10-031-0/+1
* Handle newtypes and type functions correctly in FFI types; fixes #3008Ian Lynagh2011-10-011-1/+1
* add a ToDoSimon Marlow2011-09-211-0/+3
* Implement -XConstraintKindMax Bolingbroke2011-09-061-1/+1
* Follow ghc-prim changesIan Lynagh2011-08-261-1/+1
* Fix validation problem when GHC is 7.2.1, warnings from binary.David Terei2011-08-191-1/+1
* compatibility with Alex 3.0Simon Marlow2011-08-082-2/+12
* Remove some antiquated C constructsIan Lynagh2011-08-0119-148/+87
* Remove unnecessary import (Windows only)Simon Peyton Jones2011-07-291-1/+0
* Don't fail validate due to warnings in CabalIan Lynagh2011-07-271-1/+2
* Bump Cabal depsIan Lynagh2011-07-081-1/+1
* Relax some dependenciesIan Lynagh2011-07-082-2/+2
* defaultErrorHandler now only takes LogActionIan Lynagh2011-07-031-2/+2
* Fix strftime string in fingerprint scriptDavid M Peixotto2011-06-271-1/+1
* lndir: Ignore .git directoriesIan Lynagh2011-06-261-0/+2
* Follow Cabal reorganisation, and improve build system a littleIan Lynagh2011-06-232-6/+6
* 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