| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some dependencies | Ian Lynagh | 2012-10-14 | 2 | -1/+3 |
* | Use Cabal to build ghctags | Ian Lynagh | 2012-10-14 | 2 | -3/+23 |
* | Use Cabal to build hpc-bin | Ian Lynagh | 2012-10-14 | 2 | -4/+11 |
* | Move the RPATH computation into the build rules | Ian Lynagh | 2012-10-14 | 1 | -4/+0 |
* | Add TRANSITIVE_DEPS variables to package-data.mk files | Ian Lynagh | 2012-10-14 | 1 | -0/+3 |
* | ghc-pkg: Print something when no packages are found; fixes #6119 | Ian Lynagh | 2012-10-11 | 1 | -1/+4 |
* | Produce new-style Cmm from the Cmm parser | Simon Marlow | 2012-10-08 | 1 | -7/+7 |
* | Actually build things the dynamic way | Ian Lynagh | 2012-10-04 | 1 | -2/+4 |
* | Build the dynamic way by default on Linux/amd64 | Ian Lynagh | 2012-10-03 | 12 | -63/+119 |
* | Tweak the build system handling of shell wrappers | Ian Lynagh | 2012-09-27 | 2 | -2/+2 |
* | Update dependency on directory. | Paolo Capriotti | 2012-09-09 | 5 | -5/+5 |
* | make sure to remove the right link before calling 'ln -s' (could we use 'ln -... | Gabor Greif | 2012-08-30 | 1 | -2/+2 |
* | Follow changes in Cabal | Ian Lynagh | 2012-08-23 | 2 | -1/+3 |
* | Start separating out the RTS and Haskell imports of MachRegs.h | Ian Lynagh | 2012-08-06 | 1 | -1/+1 |
* | Update dependencies. | Paolo Capriotti | 2012-07-19 | 2 | -4/+4 |
* | ghc-pkg: restore -no-user-package-conf flag. | Paolo Capriotti | 2012-07-18 | 1 | -0/+2 |
* | typos in comments | Gabor Greif | 2012-07-18 | 1 | -3/+3 |
* | Write locale character encoding to hpc html report (#5006) | Bas van Dijk | 2012-07-16 | 1 | -3/+19 |
* | improve the --help docs a bit (#7008) | Simon Marlow | 2012-07-02 | 1 | -4/+6 |
* | Follow changes in base | Ian Lynagh | 2012-06-19 | 1 | -1/+0 |
* | Create versioned runghc wrapper (#5873) | Paolo Capriotti | 2012-06-19 | 1 | -0/+3 |
* | Pass DynFlags to the LogAction | Ian Lynagh | 2012-06-11 | 1 | -2/+2 |
* | Accept -package-conf so cabal-install works | Ian Lynagh | 2012-05-27 | 1 | -1/+1 |
* | escape(): don't forget the final '\0' | Simon Marlow | 2012-05-23 | 1 | -0/+1 |
* | Remove a couple of unnecessary lines of CPP | Ian Lynagh | 2012-05-18 | 1 | -2/+0 |
* | Fix #6109 : error Unknown mingw32 arch. | Erik de Castro Lopo | 2012-05-18 | 1 | -5/+9 |
* | Don't use stdcall on Win64: It isn't supported; ccall is used instead | Ian Lynagh | 2012-05-16 | 2 | -2/+20 |
* | Rename package-conf flags to package-db. | Paolo Capriotti | 2012-05-15 | 5 | -16/+16 |
* | Adapt to changes in Cabal. | Paolo Capriotti | 2012-05-07 | 2 | -34/+22 |
* | Add SRC_[CH]C_WARNING_OPTS | Ian Lynagh | 2012-04-26 | 1 | -0/+1 |
* | It isn't guaranteed that Cabal is warning-free | Ian Lynagh | 2012-04-24 | 1 | -1/+1 |
* | Tabs -> Spaces | David Terei | 2012-03-23 | 4 | -236/+219 |
* | Tabs -> Spaces | David Terei | 2012-03-23 | 1 | -325/+325 |
* | hp2ps: escape backslashes when generating output file (#5800). | Paolo Capriotti | 2012-03-22 | 1 | -2/+20 |
* | Fix fingerprints for merge commits. | Geoffrey Mainland | 2012-03-17 | 1 | -1/+1 |
* | ghc-pkg: make sure info messages go to stdout and errors to stderr (#3818) | Paolo Capriotti | 2012-03-08 | 1 | -30/+40 |
* | Abstract out the hFlush calls in the GHC API | Ian Lynagh | 2012-02-24 | 1 | -2/+2 |
* | GHC trees no longer include the extensible-exceptions package | Ian Lynagh | 2012-02-21 | 1 | -1/+0 |
* | MERGE from 7.4 branch: Update dependencies | Ian Lynagh | 2012-02-08 | 1 | -1/+1 |
* | Refactor HsDecls again, to put family instances in InstDecl | Simon Peyton Jones | 2012-02-06 | 1 | -1/+1 |
* | Improve support for cross-compilation | Simon Marlow | 2012-01-30 | 1 | -11/+22 |
* | Follow Cabal version bump | Ian Lynagh | 2012-01-20 | 1 | -1/+1 |
* | Refactoring | Ian Lynagh | 2012-01-08 | 2 | -4/+4 |
* | Fix a path, and strip out C++ comments too | Simon Marlow | 2011-12-15 | 1 | -1/+2 |
* | Add new primtypes 'ArrayArray#' and 'MutableArrayArray#' | Manuel M T Chakravarty | 2011-12-07 | 1 | -15/+16 |
* | Improve the space usage of checkremove | Ian Lynagh | 2011-12-07 | 1 | -17/+29 |
* | Use touchy rather than touch when building on Windows | Ian Lynagh | 2011-12-02 | 2 | -6/+7 |
* | Improve the checkremove util | Ian Lynagh | 2011-11-29 | 1 | -20/+110 |
* | Make profiling work with multiple capabilities (+RTS -N) | Simon Marlow | 2011-11-29 | 1 | -1/+1 |
* | Improve the way we call "rm" in the build system; fixes trac #4916 | Ian Lynagh | 2011-11-19 | 3 | -7/+7 |