summaryrefslogtreecommitdiff
path: root/libraries/base/Text
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace only in Text.Read.LexDaniel Fischer2011-09-191-26/+26
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-187-0/+7
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-287-5/+20
* Add type signatures to cope with lack of local generalisationsimonpj@microsoft.com2010-07-281-2/+3
* Add comments to "OPTIONS_GHC -fno-warn-orphans" pragmasIan Lynagh2009-12-051-0/+1
* Tweak layout to be accepted by the alternative layout rulIan Lynagh2009-11-251-1/+2
* Apply fix for #1548, from squadette@gmail.comSimon Marlow2009-08-191-14/+19
* Fix "warn-unused-do-bind" warnings where we really do want to ignore the resultIan Lynagh2009-07-092-17/+17
* Add 'eof' to Text.ParserCombinators.ReadPsimonpj@microsoft.com2009-07-061-1/+12
* In nhc98, Word is a type synonym, so class instance is not possible.Malcolm.Wallace@cs.york.ac.uk2008-09-171-0/+2
* Fix bugs in Text.Printf (#1548)Simon Marlow2008-09-161-23/+30
* Fix more warningsIan Lynagh2008-08-201-0/+1
* Move some bits around to stop Data.Either being in the base import knotIan Lynagh2008-08-061-0/+30
* Fix warningsIan Lynagh2008-08-053-15/+18
* Remove -fglasgow-exts from pragmas and commentsIan Lynagh2008-06-161-1/+1
* Avoid using deprecated flagsIan Lynagh2008-06-165-5/+5
* untabifyDon Stewart2008-03-051-11/+11