summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* Add a note to base changelogCheng Shao2021-12-151-0/+4
* Data.Functor.Classes: fix Ord1 instance for DownVaibhav Sagar2021-12-141-0/+2
* Use HasCallStack and error in GHC.List and .NonEmptyOleg Grenrus2021-12-121-0/+4
* Re-export GHC.Types from GHC.Extssheaf2021-12-071-0/+2
* Revert "Data.List specialization to []"Matthew Pickering2021-12-031-3/+0
* Make openFile more tolerant of async excs (#18832)Kamil Dworakowski2021-12-021-0/+3
* Rename Data.Array.ByteArray -> Data.Array.ByteBodigrim2021-11-261-1/+1
* Rename Data.ByteArray to Data.Array.ByteArray + add TrustworthyBodigrim2021-11-261-1/+1
* Add Data.Bits changes to base 4.16 changelogsheaf2021-11-251-0/+16
* base: Note export of Data.Tuple.Solo in changelogBen Gamari2021-10-271-1/+4
* Improve error messages involving operators from Data.Type.OrdChristiaan Baaij2021-09-171-0/+7
* Remove dubious Eq1 and Ord1 Fixed instances. Fixes #20309Oleg Grenrus2021-09-111-1/+0
* Define returnA = idOleg Grenrus2021-09-061-0/+2
* fromEnum Natural: Throw error for non-representable valuesPeter Lebbing2021-09-061-0/+3
* Add a Typeable constraint to fromStaticPtr, addressing #19729David Simmons-Duffin2021-08-101-0/+2
* Add Data.ByteArray, derived from primitiveBodigrim2021-08-051-0/+2
* Add Generically (generic Semigroup, Monoid instances) and Generically1 (gener...Baldur Blöndal2021-08-021-1/+5
* Implement improved "get executable path" queryFraser Tweedale2021-07-061-0/+3
* Add pattern TypeRep (#19691), exported by Type.Reflection.Baldur Blöndal2021-05-191-0/+4
* Add Eq1 and Ord1 Fixed instancesOleg Grenrus2021-04-261-1/+2
* Data.List specialization to []Oleg Grenrus2021-04-011-0/+3
* Additionally export asum from Control.ApplicativeOleg Grenrus2021-03-301-0/+2
* Built-in type families: CharToNat, NatToChar (#19535)Vladislav Zavialov2021-03-171-0/+5
* fromInteger :: Integer -> {Float,Double} now always round to nearest evenARATA Mizuki2021-03-171-0/+3
* Update changelog and release notes for Data.Type.Ord changeDaniel Winograd-Cort2021-03-081-0/+8
* Make openFile exception safeDavid Feuer2021-02-221-0/+5
* Throw IOError when allocaBytesAligned gets non-power-of-two alignDaniel Gröber2021-02-141-0/+5
* Introduce keepAlive primopBen Gamari2021-02-141-2/+13
* Remove Data.Semigroup.OptionSimon Jakobi2021-02-131-0/+2
* 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