summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* Make (Data.Function.&) levity-polymorphic (#18561)wip/T18561Krzysztof Gogolewski2021-02-011-0/+3
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-271-0/+4
* Add lifted instances for 3 and 4 tuplesOleg Grenrus2021-01-181-1/+1
* Add Eq1, Show1, Read1 Complex instancesOleg Grenrus2021-01-181-0/+3
* Add the Data.Foldable strictness optimisations to base's changelogHécate2021-01-031-0/+3
* Add Monoid instances for Product and ComposeJoe Hermaszewski2020-12-221-0/+3
* Version bump: base-4.16 (#18712)Vladislav Zavialov2020-10-271-1/+1
* Fix `instance Bounded a => Bounded (Down a)` (#18716)David Beacham2020-10-271-0/+3
* Unification of Nat and NaturalsHaskellMouse2020-10-131-1/+9
* Allow fusion with catMaybes (#18574)Sylvain Henry2020-10-011-0/+3
* Deprecate Data.Semigroup.OptionSimon Jakobi2020-09-191-0/+3
* Add missing Ix instances for tuples of size 6 through 15 (#16643)Joshua Price2020-06-301-0/+2
* Add MonadZip and MonadFix instances for ComplexOleg Grenrus2020-06-251-0/+2
* base: Scrap deprecation plan for Data.Monoid.{First,Last}Simon Jakobi2020-05-291-0/+3
* Fix "build/elem" RULE.Andreas Klebinger2020-05-291-1/+8
* Revert "Specify kind variables for inferred kinds in base."Ben Gamari2020-05-251-8/+0
* base: Add Generic instances to various datatypes under GHC.*Fumiaki Kinoshita2020-05-211-0/+4
* Specify kind variables for inferred kinds in base.Baldur Blöndal2020-05-081-0/+8
* Add singleton to NonEmpty in libraries/baseMoritz Bruder2020-04-031-0/+3
* Fix the changelog/@since information for hGetContents'/getContents'/readFile'Ryan Scott2020-04-011-3/+3
* base: add strict IO functions: readFile', getContents', hGetContents'Lysxia2020-03-161-0/+3
* base: Make `open` calls interruptibleBen Gamari2020-03-141-1/+4
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Target the IsList instance for ZipList at base-4.14.0.0 (#17489)Ryan Scott2019-11-231-1/+3
* Fixed issue #17435, missing Data instancesMario Blažević2019-11-171-0/+2
* base: Bump version to 4.14.0.0Ben Gamari2019-11-141-1/+1
* Fix incorrect pluralsBrian Wignall2019-11-091-1/+1
* Incorporate MR review suggestions; add change in changelogBrian Wignall2019-11-091-0/+3
* base: Fix TBA in changelogBen Gamari2019-11-091-2/+2
* Implement shrinkSmallMutableArray# and resizeSmallMutableArray#.Andrew Martin2019-10-261-1/+3
* Add Monad instances to `(,,) a b` and `(,,,) a b c`Fumiaki Kinoshita2019-10-041-0/+3
* base: add newtypes for socklen_t and ndfs_t to System.Posix.Types #16568Adam Sandberg Eriksson2019-09-231-0/+3
* Add predicates for testing if IOError is ResourceVanished.Andrew Martin2019-09-131-0/+3
* Windows: make openTempFile fully atomic.Tamar Christina2019-09-111-0/+2
* base: Reintroduce fusion for scanrTDecki2019-08-221-1/+1
* Revert "Make scanr a good producer and consumer"Ben Gamari2019-08-071-0/+2
* base: add Functor, Applicative, Monad, Alternative, MonadPlus, Generic and Ge...Fumiaki Kinoshita2019-07-281-0/+3
* base: Data.Fixed: make HasResolution poly-kinded (#10055, #15622)Ashley Yakeley2019-07-131-0/+4
* Add more newtype-derived instances to Data.Ord.DownFumiaki Kinoshita2019-06-181-0/+4
* Data.Ord: give a field name getDown to DownFumiaki Kinoshita2019-06-181-0/+2
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-141-0/+6
* Fix isValidNatural: The BigNat in NatJ# must have at least 2 limbsSimon Jakobi2019-06-071-0/+4
* Fix #16603 by documenting some important changes in changelogsRyan Scott2019-05-081-0/+8
* Correct duplicate 4.12.0.0 entry in base's changelogRyan Scott2019-03-251-1/+1
* Add a changelog for base 4.14.0.0Langston Barrett2019-02-081-0/+5
* Error out of invalid Int/Word bit shiftsAlec Theriault2019-01-231-0/+4
* Add entry for #16031 to base/changelog.mdSven Tennie2019-01-061-0/+5
* base: Fill in TBAs in changelogBen Gamari2018-10-151-4/+4
* Add a strict version of foldMap to FoldableSimon Jakobi2018-10-151-0/+2
* Stable name type roleDavid Feuer2018-10-041-0/+4