summaryrefslogtreecommitdiff
path: root/libraries/base/Text
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant `#if`sHerbert Valerio Riedel2015-11-292-12/+0
* Unbreak Text.Read.Lex.lex on Unicode symbolsM Farkas-Dyck2015-11-191-4/+15
* MonadFail proposal, phase 1David Luposchainsky2015-11-172-0/+25
* base: MRP-refactoring of AMP instancesHerbert Valerio Riedel2015-10-122-7/+3
* Provide a faster implementation for the Read Integer instanceMarios Titas2015-02-231-20/+61
* Remove redundant constraints from libraries, discovered by -fwarn-redundant-c...Simon Peyton Jones2015-01-061-1/+1
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-163-30/+30
* Implement `Natural` number type (re #9818)Herbert Valerio Riedel2014-11-221-0/+5
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+1
* Update Haddock submodule for collapsible section supportHerbert Valerio Riedel2014-10-291-1/+1
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-10-251-3/+3
* Remove redundant explicit `Prelude` importsHerbert Valerio Riedel2014-10-192-3/+0
* Refactor to avoid need for `Unicode.hs-boot`Herbert Valerio Riedel2014-10-112-2/+2
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-244-19/+19
* Move `mapM` and `sequence` to GHC.Base and break import-cyclesHerbert Valerio Riedel2014-09-211-4/+0
* Invert module-dep between Control.Monad and Data.FoldableHerbert Valerio Riedel2014-09-182-2/+11
* Move Applicative/MonadPlus into GHC.BaseHerbert Valerio Riedel2014-09-182-3/+2
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-161-1/+0
* base: Drop obsolete/redundant `__GLASGOW_HASKELL__` checksHerbert Valerio Riedel2014-09-131-21/+1
* Make Applicative a superclass of MonadAustin Seipp2014-09-092-29/+53
* 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-212-0/+6
* Add Haddock `/Since: 4.7.0.0/` comments to new symbolsHerbert Valerio Riedel2013-09-212-0/+40
* Replaced Text.Printf with extensible printf, and made comcommitant changesBart Massey2013-09-171-192/+741
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-177-61/+5
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-172-22/+2
* Remove nhc98-specific files and contentIan Lynagh2013-02-153-39/+0
* tabs -> spacesSimon Marlow2013-01-281-63/+62
* fix negative numbers for * modifiers (#7457)Simon Marlow2013-01-281-1/+1
* 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
* Update some H98 references to refer to H2010Ian Lynagh2012-11-172-4/+4
* Merge branch 'master' of http://darcs.haskell.org//packages/baseSimon Peyton Jones2012-10-315-85/+81
|\
| * Remove commented types in module export listsIan Lynagh2012-10-275-85/+81
* | Replace Rank2Types with RankNTypesSimon Peyton Jones2012-10-311-1/+1
|/
* 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-282-4/+0
* Export "readEither" and add "readMaybe".Iavor S. Diatchki2011-12-221-0/+13
* Update base for latest Safe Haskell.David Terei2011-10-256-0/+6
* Remove the Eq superclass of NumIan Lynagh2011-10-121-3/+3
* Minor: replace undefined uses with error as mentioned in ticket #5532Ryan Newton2011-10-061-2/+2
* Be more efficient reading fractional literalsDaniel Fischer2011-09-191-19/+25