summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
Commit message (Expand)AuthorAgeFilesLines
...
* Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0Ryan Scott2018-04-131-0/+4
* Special-case record fields ending with hash when deriving ReadRyan Scott2018-03-231-0/+4
* Add Applicative, Semigroup, and Monoid instances in GHC.GenericsLysxia2018-03-021-0/+3
* Move Data.Functor.Contravariant from the contravariant package to base.Andrew Martin2018-03-021-0/+2
* base: Fix changelog entry for openTempFileBen Gamari2018-02-181-3/+2
* Make ($!) representation-polymorphicDavid Feuer2018-02-121-0/+4
* base: Deprecate STM invariant checking primitivesBen Gamari2018-02-031-0/+3
* Make System.IO.openTempFile thread-safe on WindowsTamar Christina2018-01-021-0/+3
* Forward-port changes from GHC 8.2 branchHerbert Valerio Riedel2017-12-071-0/+8
* base: Rip out old RTS statistics interfaceBen Gamari2017-11-271-2/+4
* Follow symlinks in the Win32 code for System.Environment.getExecutablePathAlp Mestanogullari2017-11-271-0/+2
* Implement the basics of hex floating point literalsIavor Diatchki2017-11-021-0/+2
* Add stack traces on crashes on WindowsTamar Christina2017-10-221-0/+3
* Re-apply "Typeable: Allow App to match arrow types"Simon Peyton Jones2017-10-121-0/+2
* base: Remove deprecated Chan combinatorsBen Gamari2017-10-031-0/+3
* Implement Div, Mod, and Log for type-level nats.Iavor Diatchki2017-10-031-0/+3
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-031-0/+3
* Sync base/changelog.mdHerbert Valerio Riedel2017-10-031-3/+3
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-261-0/+3
* Revert "Switch VEH to VCH and allow disabling of SEH completely."Ben Gamari2017-09-261-3/+0
* Switch VEH to VCH and allow disabling of SEH completely.Ben Gamari2017-09-261-0/+3
* Revert "Typeable: Allow App to match arrow types"Herbert Valerio Riedel2017-09-241-2/+0
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-221-1/+1
* base: Add changelog entry for withTypeable generalizationBen Gamari2017-09-211-0/+3
* Typeable: Allow App to match arrow typesBen Gamari2017-09-211-0/+2
* Make zipWith and zipWith3 inlinable.HE, Tao2017-09-191-0/+2
* Generalise constraint on `instance Monoid (Maybe a)` to SemigroupHerbert Valerio Riedel2017-09-191-0/+3
* base: Add missing MonadFail instance for strict STBen Gamari2017-09-161-0/+2
* Simplify Data.Type.Equality.==David Feuer2017-09-131-0/+8
* Make IntPtr and WordPtr as instance of Data.Data typeclass, fix #13115HE, Tao2017-09-131-0/+2
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-071-0/+6
* Add strict variant of iterateBen Gamari2017-08-251-0/+3
* Make the Read instance for Proxy (and friends) ignore precedenceRyan Scott2017-08-221-0/+5
* Revert "Add strict variant of iterate"Ben Gamari2017-08-191-3/+0
* Add strict variant of iterateBen Gamari2017-08-181-0/+3
* Add Semigroup/Monoid instances to ST monadBen Gamari2017-08-141-0/+2
* Remove the deprecated Typeable{1..7} type synonymsRyan Scott2017-08-051-0/+2
* Add '<&>' operator to Data.Functor. '<&>' calls '<$>' with flipped arguments.Sven Tennie2017-07-291-0/+2
* Add fixity declaration for Data.List.NonEmpty.!!Ryan Scott2017-06-231-0/+1
* Add instances for Data.Ord.DownAdam Sandberg Eriksson2017-04-251-0/+4
* base: Mark unfold as deprecatedBen Gamari2017-04-041-0/+3
* Add Alternative instance for ZipList (fix #13520).Edvard Hübinette2017-04-041-0/+5
* Fix typo in base changelogRyan Scott2017-03-091-1/+1
* Data.Typeable: Export splitTyConApp, typeRepArgs, and typeRepTyConBen Gamari2017-03-091-0/+7
* Typos in changelog and commentsGabor Greif2017-03-071-1/+1
* Fixes a spaceleak in `maximumBy` and `minimumBy` (#10830).Ryan Scott2017-03-041-0/+4
* Add COMPLETE pragmas for TypeRep and ErrorCall pattern synonymsRyan Scott2017-02-281-0/+4
* JSON profiler reportsBen Gamari2017-02-231-1/+5
* A number of Typeable wibbles from reviewBen Gamari2017-02-201-4/+4
* Type-indexed TypeableBen Gamari2017-02-181-0/+9