| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all *.stderr/stdout-hugs files | Thomas Miedema | 2015-07-06 | 8 | -553/+0 |
* | Fix typo [skip ci] (#10605) | Thomas Miedema | 2015-07-05 | 1 | -1/+1 |
* | Generalize traceM, traceShowM (fixes #10023) | RyanGlScott | 2015-07-03 | 2 | -6/+9 |
* | bin-package-db: copy paste writeFileAtomic from Cabal | Thomas Miedema | 2015-07-02 | 1 | -23/+8 |
* | Comments only | Reid Barton | 2015-06-25 | 1 | -0/+4 |
* | Drop prefix from package keys. | Edward Z. Yang | 2015-06-24 | 1 | -0/+0 |
* | Change `Typeable` instance for type-lis to use the Known* classes. | Iavor S. Diatchki | 2015-06-21 | 1 | -1/+10 |
* | Make GHC install libraries to e.g. xhtml-3000.2.1-0ACfOp3hebWD9jGWE4v4Gh. | Edward Z. Yang | 2015-06-20 | 2 | -0/+3 |
* | Make enum01/enum02/enum03 tests clang-compatible | Reid Barton | 2015-06-16 | 5 | -9/+42 |
* | Add `Monoid` instance for `IO` | Gabriel Gonzalez | 2015-06-16 | 2 | -0/+6 |
* | Increase constraint tuple limit to 62 (Trac #10451) | Nick Terrell | 2015-06-14 | 1 | -1/+292 |
* | Fix typo in `traceShowM` haddock comment (#10392) | Thomas Miedema | 2015-06-12 | 1 | -2/+2 |
* | Delete _MSC_VER when not necessary, fix #10511 | Bernard Desmyter | 2015-06-12 | 4 | -6/+6 |
* | Removes all occurrences of __MINGW32__ (#10485) | Thomas Miedema | 2015-06-11 | 6 | -24/+24 |
* | Update submodule process to master | Thomas Miedema | 2015-06-11 | 1 | -0/+0 |
* | Testsuite: delete expect_fail setups for hugs | Thomas Miedema | 2015-06-09 | 1 | -10/+3 |
* | Build: ./boot && ./configure && make sdist (#8723) | Thomas Miedema | 2015-06-04 | 1 | -1/+4 |
* | Move liftData and use it as a default definition for Lift. | Edward Z. Yang | 2015-06-03 | 2 | -76/+101 |
* | Fix dropped event registrations | Ben Gamari | 2015-06-01 | 2 | -14/+33 |
* | Update binary submodule to 0.7.5.0 release | Herbert Valerio Riedel | 2015-06-01 | 1 | -0/+0 |
* | Build system: prevent "--version: Command not found" | Thomas Miedema | 2015-05-30 | 1 | -1/+4 |
* | Build system: check $CLEANING instead of $MAKECMDGOALS | Thomas Miedema | 2015-05-30 | 1 | -1/+1 |
* | Add liftData function. | Edward Z. Yang | 2015-05-28 | 1 | -2/+8 |
* | base: fix #10298 & #7695 | Austin Seipp | 2015-05-28 | 2 | -2/+41 |
* | Fix error messages from open(Binary)TempFileWithDefaultPermissions | Reid Barton | 2015-05-19 | 1 | -2/+2 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-18 | 3 | -110/+178 |
* | Revert multiple commits | Austin Seipp | 2015-05-14 | 3 | -178/+110 |
* | Two wibbles to fix the build | Simon Peyton Jones | 2015-05-13 | 1 | -1/+6 |
* | Refactor tuple constraints | Simon Peyton Jones | 2015-05-13 | 3 | -109/+172 |
* | Make template-haskell build with GHC 7.6, fixes bootstrap build. | Edward Z. Yang | 2015-05-11 | 2 | -3/+11 |
* | Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382. | Edward Z. Yang | 2015-05-11 | 3 | -5/+22 |
* | Revert stage 1 template-haskell. This is a combination of 5 commits. | Edward Z. Yang | 2015-05-09 | 1 | -1/+1 |
* | Quick fix: drop base bound on template-haskell. | Edward Z. Yang | 2015-05-09 | 1 | -1/+1 |
* | base: Fix confusing docs typo | Alexander Berntsen | 2015-05-06 | 1 | -4/+3 |
* | Documentation for Language.Haskell.TH.Quote. | Edward Z. Yang | 2015-05-04 | 1 | -7/+41 |
* | Move IP, Symbol, Nat to ghc-prim | Simon Peyton Jones | 2015-05-01 | 6 | -43/+42 |
* | base: Export GHC.Event(.Internal).Lifetime | Ben Gamari | 2015-04-25 | 3 | -0/+5 |
* | Add missing since-annotations for c024af131b9e2538 | Herbert Valerio Riedel | 2015-04-25 | 2 | -1/+13 |
* | Bump base version to 4.8.2.0 | Herbert Valerio Riedel | 2015-04-25 | 2 | -2/+6 |
* | Make sure GHC.List.last is memory-efficient | Joachim Breitner | 2015-04-24 | 1 | -2/+9 |
* | Update Cabal submodule to 1.22.3.0 release | Herbert Valerio Riedel | 2015-04-20 | 1 | -0/+0 |
* | Derive Generic instance for Data.Version.Version | Herbert Valerio Riedel | 2015-04-14 | 2 | -1/+5 |
* | Derive Generic instance for System.Exit.ExitCode | Herbert Valerio Riedel | 2015-04-14 | 2 | -2/+5 |
* | Import rand using capi | Reid Barton | 2015-04-09 | 1 | -2/+2 |
* | More error message wibbles | Simon Peyton Jones | 2015-04-07 | 1 | -0/+0 |
* | fix typo | Javran Cheng | 2015-04-06 | 1 | -1/+1 |
* | Data.Complex: Derive Generic | Ben Gamari | 2015-04-03 | 2 | -1/+4 |
* | Drop old integer-gmp-0.5 from GHC source tree | Herbert Valerio Riedel | 2015-03-31 | 47 | -7626/+136 |
* | Add Monad instance for `((,) a)` (#10190) | Fumiaki Kinoshita | 2015-03-25 | 2 | -0/+5 |
* | Update base changelog regarding 4.8.1 changes | Herbert Valerio Riedel | 2015-03-23 | 1 | -3/+27 |