summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Read.hs
Commit message (Expand)AuthorAgeFilesLines
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-2/+2
* Remove from `base` obsolete CPP for `integer-gmp`Alec Theriault2019-01-161-7/+0
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* Built-in Natural literals in CoreSylvain Henry2018-06-151-0/+14
* Special-case record fields ending with hash when deriving ReadRyan Scott2018-03-231-0/+17
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-0/+2
* Typos in commentsGabor Greif2017-12-181-1/+1
* Factor out readField (#14364)Tobias Dammers2017-10-251-0/+46
* Move NonEmpty definition into GHC.BaseHerbert Valerio Riedel2017-09-041-0/+2
* GHC.Word: Move Read instances to GHC.ReadErik de Castro Lopo2017-03-171-1/+24
* Read parentheses betterDavid Feuer2016-11-101-7/+24
* Add Read1/Read2 methods defined in terms of ReadPrecRyan Scott2016-08-311-0/+25
* Bugfix for bug 11632: `readLitChar` should consume null charactersBen Gamari2016-07-171-1/+7
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+28
* Move GeneralCategory et al to GHC.UnicodeBen Gamari2015-09-081-1/+3
* base: Manually unlit .lhs into .hs modulesHerbert Valerio Riedel2014-11-071-0/+650