summaryrefslogtreecommitdiff
path: root/libraries/base/Text/Read/Lex.hs
Commit message (Expand)AuthorAgeFilesLines
* base: add Numeric.{readBin, showBin} (fix #19036)Artem Pelenitsyn2021-01-021-1/+8
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-231-13/+14
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-3/+7
* Bugfix for bug 11632: `readLitChar` should consume null charactersBen Gamari2016-07-171-1/+10
* Complete operators properlyArthur Fayzrakhmanov (Артур Файзрахманов)2016-01-171-12/+15
* Allow CallStacks to be frozenEric Seidel2015-12-231-2/+2
* Unbreak Text.Read.Lex.lex on Unicode symbolsM Farkas-Dyck2015-11-191-4/+15
* Provide a faster implementation for the Read Integer instanceMarios Titas2015-02-231-20/+61
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-7/+7
* Refactor to avoid need for `Unicode.hs-boot`Herbert Valerio Riedel2014-10-111-1/+1
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-1/+1
* Invert module-dep between Control.Monad and Data.FoldableHerbert Valerio Riedel2014-09-181-1/+7
* Export abstract `Text.Read.Lex.Number` typeHerbert Valerio Riedel2013-11-011-2/+2
* Add Haddock `/Since: 4.5.[01].0/` comments to symbolsHerbert Valerio Riedel2013-09-221-1/+3
* Add Haddock `/Since: 4.6.0.0/` comments to symbolsHerbert Valerio Riedel2013-09-211-0/+2
* Add Haddock `/Since: 4.7.0.0/` comments to new symbolsHerbert Valerio Riedel2013-09-211-0/+2
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-7/+1
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-3/+0
* Merge branch 'master' of http://darcs.haskell.org//packages/baseSimon Peyton Jones2013-01-081-1/+17
|\
| * Fix Data.Fixed.Fixed's Read instance; fixes #7483Ian Lynagh2013-01-031-1/+17
* | Remove unused importSimon Peyton Jones2013-01-081-1/+1
|/
* Define GHC.Read.expectP and Text.Read.Lex.expectSimon Peyton Jones2012-12-211-1/+6
* Remove commented types in module export listsIan Lynagh2012-10-271-9/+9
* Fix parsing of RealFloat with huge exponents (#7034).Paolo Capriotti2012-07-021-1/+7
* Avoid making huge Rational's when reading Double/Float; fixes #5688Ian Lynagh2012-03-111-1/+35
* Make "100e12" not parse as an Integer; part of #5688Ian Lynagh2012-03-011-6/+1
* Change how NaN and Infinity are read by lexIan Lynagh2012-03-011-21/+4
* Refactor number lexing; part of #5688Ian Lynagh2012-03-011-22/+44
* Move chr's definition into a new GHC.CharIan Lynagh2012-02-281-0/+1
* Remove some __HADDOCK__ CPPIan Lynagh2012-02-281-2/+0
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* Remove the Eq superclass of NumIan Lynagh2011-10-121-3/+3
* Be more efficient reading fractional literalsDaniel Fischer2011-09-191-19/+25
* Whitespace only in Text.Read.LexDaniel Fischer2011-09-191-26/+26
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+2
* Fix "warn-unused-do-bind" warnings where we really do want to ignore the resultIan Lynagh2009-07-091-10/+10
* Fix warningsIan Lynagh2008-08-051-8/+11
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* untabifyDon Stewart2008-03-051-64/+64
* [project @ 2005-02-07 09:56:42 by ross]ross2005-02-071-7/+8
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2003-10-06 13:14:36 by simonpj]simonpj2003-10-061-7/+4
* [project @ 2003-08-22 08:58:30 by panne]panne2003-08-221-0/+2
* [project @ 2003-08-19 16:39:13 by simonmar]simonmar2003-08-191-1/+2
* [project @ 2003-04-28 09:16:47 by ross]ross2003-04-281-1/+16
* [project @ 2003-04-17 15:17:07 by simonpj]simonpj2003-04-171-14/+3
* [project @ 2003-04-09 08:18:13 by simonpj]simonpj2003-04-091-85/+75
* [project @ 2003-04-04 14:36:31 by simonpj]simonpj2003-04-041-16/+19
* [project @ 2003-02-14 13:01:32 by simonpj]simonpj2003-02-141-2/+4