summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Update filepath/hpc/process submodulesHerbert Valerio Riedel2015-03-193-0/+0
* Typos in commentsGabor Greif2015-03-182-3/+3
* Add release note entry for D716Austin Seipp2015-03-171-0/+4
* Add more MonadZip instancesOleg Grenrus2015-03-172-2/+28
* libraries/win32: update submoduleAustin Seipp2015-03-161-0/+0
* Update Cabal submodule to latest 1.22.1.2 snapshotHerbert Valerio Riedel2015-03-151-0/+0
* We need to import 'cast' on WindowsEdward Z. Yang2015-03-141-0/+2
* Update submodule hpc (includes fix for #9619)Thomas Miedema2015-03-111-0/+0
* Cleanup test framework string formattingThomas Miedema2015-03-111-0/+0
* Rename ty{Con,peRep}Hash to ty{Con,peRep}FingerprintHerbert Valerio Riedel2015-03-113-9/+9
* Update filepath submodule to filepath-1.4 snapshotHerbert Valerio Riedel2015-03-114-0/+0
* Update Cabal submodule to latest 1.22 snapshotEdward Z. Yang2015-03-111-0/+0
* Update directory submodule to latest 1.2.2 snapshotHerbert Valerio Riedel2015-03-101-0/+0
* Sync up terminfo/haskeline submodule with ghc-7.10Herbert Valerio Riedel2015-03-102-0/+0
* Update array submodule (min ver bump to 0.5.1.0)Herbert Valerio Riedel2015-03-101-0/+0
* Update submodule to Cabal 1.22.1.1 releaseHerbert Valerio Riedel2015-03-101-0/+0
* ghc-prim : Hide 64 bit primops when the word size is 32 bits (fixes #9886).Erik de Castro Lopo2015-03-101-0/+14
* Merge branch 'master' of git://git.haskell.org/ghcAndreas Voellmy2015-03-091-0/+0
|\
| * Update process submoduleThomas Miedema2015-03-091-0/+0
* | RTS/IOManager: fix trac issue #9722.Andreas Voellmy2015-03-091-0/+7
|/
* Add `GHC.OldList` legacy moduleHerbert Valerio Riedel2015-03-073-0/+34
* Define proper `MINIMAL` pragma for `class Ix`Herbert Valerio Riedel2015-03-072-2/+4
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-0741-121/+57
* Custom `Typeable` solver, that keeps track of kinds.Iavor S. Diatchki2015-03-072-216/+46
* Re-export `<$` from Prelude (#10113)Herbert Valerio Riedel2015-03-071-1/+1
* Re-export `<$>` from Prelude (#10113)Herbert Valerio Riedel2015-03-071-1/+2
* Drop redundant LANGUAGE pragmasHerbert Valerio Riedel2015-03-071-1/+1
* libraries: update deepseq submoduleAustin Seipp2015-03-051-0/+0
* Add public rnf/hash operations to TypeRep/TyConHerbert Valerio Riedel2015-03-053-1/+35
* A raft of small changes associated with -XConstrainedClassMethodsSimon Peyton Jones2015-03-041-0/+2
* Add various instances to newtypes in Data.MonoidOleg Grenrus2015-03-035-1/+239
* Removed unused constrained which causes build to fail with -WerrorTamar Christina2015-03-021-1/+1
* Extend the docs for Data.List.transposeJoachim Breitner2015-03-021-0/+4
* Update process submodule to 1.2.3.0 snapshotHerbert Valerio Riedel2015-02-271-0/+0
* AllocationLimitExceeded should be a child of SomeAsyncExceptionSimon Marlow2015-02-261-1/+3
* Update submodule to Cabal 1.22.1.0 releaseHerbert Valerio Riedel2015-02-241-0/+0
* Emulate GMP 5+ operations for GMP 4.x compatHerbert Valerio Riedel2015-02-242-4/+84
* System.IO.Error: Fix a documentation link to Control.Exception.ExceptionWieland Hoffmann2015-02-231-1/+1
* Provide a faster implementation for the Read Integer instanceMarios Titas2015-02-231-20/+61
* base: Fix (**) implementation for Data.ComplexAlexander2015-02-231-0/+16
* base: fix broken link (#10088)Austin Seipp2015-02-231-2/+2
* {Data,Generic(1),MonadZip} instances for IdentityHerbert Valerio Riedel2015-02-221-2/+9
* Do not clobber CPPFLAGS nor LDFLAGS, fixes #10093PHO2015-02-181-3/+6
* Revert "Eta-expand argument to foldr in mapM_ for []"Austin Seipp2015-02-181-2/+1
* Fix typo in error messageGabor Greif2015-02-171-1/+1
* Move comments about evaluating the message to the top of the moduleSimon Peyton Jones2015-02-151-5/+5
* Improve documentation of 'trace'Simon Peyton Jones2015-02-131-0/+4
* Clarify the documentation for 'evaluate'Roman Cheplyaka2015-02-091-11/+30
* Remove deprecated libraries/base/include/Typeable.hThomas Miedema2015-02-092-32/+0
* Provide default implementation of `Monad(return)`Herbert Valerio Riedel2015-02-091-0/+1