summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Data.hs
Commit message (Expand)AuthorAgeFilesLines
* Document the constructor name for listsDavid Feuer2023-03-261-1/+4
* Assorted changes to avoid Data.List.{head,tail}Bodigrim2023-01-281-10/+9
* CApiFFI: add ConstPtr for encoding const-qualified pointer return typesnineonine2023-01-281-0/+4
* Move Void to GHC.Base...Oleg Grenrus2022-11-301-0/+3
* [base] Fix the links in the Data.Data moduleHécate Moonlight2022-05-261-4/+2
* Make modules in base stable.Hécate Moonlight2022-02-281-1/+1
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-271-0/+4
* Enhance Data instance generationSylvain Henry2021-01-221-5/+12
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-1/+0
* Revert "Specify kind variables for inferred kinds in base."Ben Gamari2020-05-251-1/+1
* Specify kind variables for inferred kinds in base.Baldur Blöndal2020-05-081-1/+1
* Fix more typosBrian Wignall2019-12-021-1/+1
* Fixed issue #17435, missing Data instancesMario Blažević2019-11-171-0/+14
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* base: Add missing instances for Data.Ord.DownBen Gamari2018-06-191-0/+6
* Built-in Natural literals in CoreSylvain Henry2018-06-151-1/+0
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-2/+2
* base: Introduce Data.Monoid.Apchessai2018-05-271-0/+3
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-4/+10
* A bunch of typofixesGabor Greif2017-09-261-1/+1
* Make IntPtr and WordPtr as instance of Data.Data typeclass, fix #13115HE, Tao2017-09-131-0/+8
* Clarify Data.Data documentationDavid Feuer2017-09-131-6/+18
* Move NonEmpty definition into GHC.BaseHerbert Valerio Riedel2017-09-041-0/+3
* Typos in changelog and commentsGabor Greif2017-03-071-1/+1
* Add instances for (:~~:) mirroring those for (:~:)Ryan Scott2017-02-231-0/+5
* Introduce GHC.TypeNats module, change KnownNat evidence to be NaturalOleg Grenrus2017-02-011-0/+18
* Add Data instance for ConstRyan Scott2016-11-181-0/+4
* Revert "Add Data instance for Const"Ryan Scott2016-11-171-4/+0
* Add Data instance for ConstRyan Scott2016-11-171-0/+4
* Use Data.Functor.Const to implement Data.Data internalsRyan Scott2016-08-061-9/+6
* Add Bifoldable and Bitraversable to baseRyan Scott2016-06-191-14/+14
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+101
* Derive instances in Data.DataRyan Scott2016-06-031-697/+58
* Make Generic1 poly-kindedRyanGlScott2016-05-121-1/+2
* Add more type class instances for GHC.GenericsRyanGlScott2016-02-251-1/+308
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-241-1/+1
* Allow CallStacks to be frozenEric Seidel2015-12-231-48/+48
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-071-1/+1
* Custom `Typeable` solver, that keeps track of kinds.Iavor S. Diatchki2015-03-071-1/+1
* Add various instances to newtypes in Data.MonoidOleg Grenrus2015-03-031-1/+112
* Restore invariant in `Data (Ratio a)` instanceHerbert Valerio Riedel2015-01-221-3/+3
* Remove redundant constraints from libraries, discovered by -fwarn-redundant-c...Simon Peyton Jones2015-01-061-4/+4
* Improve Safe Haskell bounds for changes to base over timeDavid Terei2014-11-211-4/+3
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-9/+9
* Move Applicative/MonadPlus into GHC.BaseHerbert Valerio Riedel2014-09-181-1/+0
* Move `when` to GHC.BaseHerbert Valerio Riedel2014-09-181-1/+1
* Export `Traversable()` and `Foldable()` from PreludeHerbert Valerio Riedel2014-09-151-6/+13
* Fix broken link in Data.Data to SYB home page (Trac #9455)Simon Peyton Jones2014-08-181-9/+9
* Fix typos in base documentation.Shachaf Ben-Kiki2014-07-101-2/+2
* TypoJose Pedro Magalhaes2014-06-191-1/+1