summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Update dependenciesIan Lynagh2012-11-302-2/+2
* Make ghc-pkg print less on error.Ben Millwood2012-11-301-5/+6
* Add a --reset-hpcdirs flag to hpcIan Lynagh2012-11-236-6/+17
* de-tab hpcIan Lynagh2012-11-238-335/+335
* "hpc version" now shows the version number from the .cabal fileIan Lynagh2012-11-232-2/+5
* Add fixity information to primops (ticket #6026)Michal Terepeta2012-11-235-3/+58
* Add a stddef.h #include to C file generated by DeriveConstantsIan Lynagh2012-11-171-0/+1
* We now assume that offsetof() is always definedIan Lynagh2012-11-161-9/+4
* Fix the OFFSET macroIan Lynagh2012-11-131-8/+20
* Fix build on WindowsIan Lynagh2012-11-131-1/+1
* Replace mkDerivedConstants.c with DeriveConstants.hsIan Lynagh2012-11-123-0/+892
* fix typo, courtesy of Jon Cave, thanks!Gabor Greif2012-11-081-1/+1
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2012-10-311-11/+43
|\
| * Attach proper jump liveness information to generated C-- code.Geoffrey Mainland2012-10-301-11/+43
* | Improve touchyIan Lynagh2012-10-311-55/+28
* | Change how touchy sets the file timeIan Lynagh2012-10-311-5/+86
|/
* Fix a makefile ruleIan Lynagh2012-10-291-1/+1
* Move ghc-pkg's generated Version.hs inside the dist directoriesIan Lynagh2012-10-291-6/+9
* Revert "Always use --force when registering packages"Ian Lynagh2012-10-251-2/+2
* Make "ghc-pkg check" check for prof and dyn ways, as well as vanillaIan Lynagh2012-10-251-17/+23
* Remove an outdated commentIan Lynagh2012-10-251-1/+1
* Always use --force when registering packagesIan Lynagh2012-10-251-2/+2
* Make it possible to build with only way dynIan Lynagh2012-10-244-9/+21
* Use Cabal to build mkUserGuidePartIan Lynagh2012-10-242-5/+20
* Follow 'flags' -> 'generalFlags' renameIan Lynagh2012-10-181-1/+1
* Fix some dependenciesIan Lynagh2012-10-142-1/+3
* 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