summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Use Cabal to build ghctagsIan Lynagh2012-10-142-3/+23
* Use Cabal to build hpc-binIan Lynagh2012-10-142-4/+11
* Move the RPATH computation into the build rulesIan Lynagh2012-10-141-4/+0
* Add TRANSITIVE_DEPS variables to package-data.mk filesIan Lynagh2012-10-141-0/+3
* ghc-pkg: Print something when no packages are found; fixes #6119Ian Lynagh2012-10-111-1/+4
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-7/+7
* Actually build things the dynamic wayIan Lynagh2012-10-041-2/+4
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-0312-63/+119
* Tweak the build system handling of shell wrappersIan Lynagh2012-09-272-2/+2
* Update dependency on directory.Paolo Capriotti2012-09-095-5/+5
* make sure to remove the right link before calling 'ln -s' (could we use 'ln -...Gabor Greif2012-08-301-2/+2
* Follow changes in CabalIan Lynagh2012-08-232-1/+3
* Start separating out the RTS and Haskell imports of MachRegs.hIan Lynagh2012-08-061-1/+1
* Update dependencies.Paolo Capriotti2012-07-192-4/+4
* ghc-pkg: restore -no-user-package-conf flag.Paolo Capriotti2012-07-181-0/+2
* typos in commentsGabor Greif2012-07-181-3/+3
* Write locale character encoding to hpc html report (#5006)Bas van Dijk2012-07-161-3/+19
* improve the --help docs a bit (#7008)Simon Marlow2012-07-021-4/+6
* Follow changes in baseIan Lynagh2012-06-191-1/+0
* Create versioned runghc wrapper (#5873)Paolo Capriotti2012-06-191-0/+3
* Pass DynFlags to the LogActionIan Lynagh2012-06-111-2/+2
* Accept -package-conf so cabal-install worksIan Lynagh2012-05-271-1/+1
* escape(): don't forget the final '\0'Simon Marlow2012-05-231-0/+1
* Remove a couple of unnecessary lines of CPPIan Lynagh2012-05-181-2/+0
* Fix #6109 : error Unknown mingw32 arch.Erik de Castro Lopo2012-05-181-5/+9
* Don't use stdcall on Win64: It isn't supported; ccall is used insteadIan Lynagh2012-05-162-2/+20
* Rename package-conf flags to package-db.Paolo Capriotti2012-05-155-16/+16
* Adapt to changes in Cabal.Paolo Capriotti2012-05-072-34/+22
* 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