summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* base: fix #10298 & #7695Austin Seipp2015-05-282-2/+41
* Fix error messages from open(Binary)TempFileWithDefaultPermissionsReid Barton2015-05-191-2/+2
* base: Fix confusing docs typoAlexander Berntsen2015-05-061-4/+3
* Move IP, Symbol, Nat to ghc-primSimon Peyton Jones2015-05-014-41/+15
* base: Export GHC.Event(.Internal).LifetimeBen Gamari2015-04-253-0/+5
* Add missing since-annotations for c024af131b9e2538Herbert Valerio Riedel2015-04-252-1/+13
* Bump base version to 4.8.2.0Herbert Valerio Riedel2015-04-252-2/+6
* Make sure GHC.List.last is memory-efficientJoachim Breitner2015-04-241-2/+9
* Derive Generic instance for Data.Version.VersionHerbert Valerio Riedel2015-04-142-1/+5
* Derive Generic instance for System.Exit.ExitCodeHerbert Valerio Riedel2015-04-142-2/+5
* Import rand using capiReid Barton2015-04-091-2/+2
* fix typoJavran Cheng2015-04-061-1/+1
* Data.Complex: Derive GenericBen Gamari2015-04-032-1/+4
* Drop old integer-gmp-0.5 from GHC source treeHerbert Valerio Riedel2015-03-311-9/+0
* Add Monad instance for `((,) a)` (#10190)Fumiaki Kinoshita2015-03-252-0/+5
* Update base changelog regarding 4.8.1 changesHerbert Valerio Riedel2015-03-231-3/+27
* Minor bump `base` version to 4.8.1.0Herbert Valerio Riedel2015-03-231-1/+1
* Bump ghc-prim to 0.4.0.0Herbert Valerio Riedel2015-03-201-1/+1
* win32/base: Remove redundant importAustin Seipp2015-03-191-1/+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
* We need to import 'cast' on WindowsEdward Z. Yang2015-03-141-0/+2
* Rename ty{Con,peRep}Hash to ty{Con,peRep}FingerprintHerbert Valerio Riedel2015-03-113-9/+9
* 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
* 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
* AllocationLimitExceeded should be a child of SomeAsyncExceptionSimon Marlow2015-02-261-1/+3
* 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