summaryrefslogtreecommitdiff
path: root/libraries/base/Text
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* untabifyDon Stewart2008-03-051-64/+64
* Whitespace onlyDon Stewart2008-02-071-13/+13
* Word is a type synonym in nhc98 - so class instance not permitted.Malcolm.Wallace@cs.york.ac.uk2007-06-291-0/+2
* Modernize printf.lennart.augustsson@credit-suisse.com2007-06-281-82/+117
* Speed up number printing and remove the need for Array by using the standard ...John Meacham2007-06-081-4/+2
* nhc98 version of instance Show (a->b) copied from PreludeMalcolm.Wallace@cs.york.ac.uk2007-05-241-0/+8
* Remove the pretty-printing modules (now in package pretty(Ian Lynagh2007-05-182-1013/+0
* this should have been removed with the previous patchSimon Marlow2006-08-241-131/+0
* remove Text.Regx & Text.Regex.PosixSimon Marlow2006-08-241-218/+0
* move Text.Html to a separate packageSimon Marlow2006-08-102-1205/+0
* Fix a broken invariantSimon Marlow2006-03-161-4/+14
* Add -fno-bang-patterns to modules using both bang and glasgow-extssimonpj@microsoft.com2006-02-031-0/+2
* [project @ 2006-01-19 14:47:15 by ross]ross2006-01-191-7/+11
* [project @ 2005-10-21 10:24:58 by ross]ross2005-10-211-0/+11
* [project @ 2005-09-22 09:43:01 by ross]ross2005-09-221-39/+104
* [project @ 2005-08-04 11:40:26 by simonmar]simonmar2005-08-041-1/+1
* [project @ 2005-02-24 09:58:23 by simonmar]simonmar2005-02-241-11/+12
* [project @ 2005-02-07 15:26:10 by malcolm]malcolm2005-02-071-10/+12
* [project @ 2005-02-07 09:56:42 by ross]ross2005-02-071-7/+8
* [project @ 2005-02-01 00:52:20 by ross]ross2005-02-011-1/+1
* [project @ 2005-01-28 10:15:44 by ross]ross2005-01-281-11/+19
* [project @ 2005-01-27 14:38:05 by ross]ross2005-01-271-7/+19
* [project @ 2005-01-27 14:19:50 by simonpj]simonpj2005-01-271-0/+23
* [project @ 2005-01-14 14:30:42 by malcolm]malcolm2005-01-141-9/+14
* [project @ 2005-01-13 10:23:07 by simonmar]simonmar2005-01-131-0/+2
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-115-5/+5
* [project @ 2005-01-11 13:44:39 by malcolm]malcolm2005-01-111-0/+25
* [project @ 2004-12-14 12:37:28 by simonmar]simonmar2004-12-141-0/+275
* [project @ 2004-12-09 09:45:39 by simonmar]simonmar2004-12-091-1/+52
* [project @ 2004-12-02 15:57:02 by ross]ross2004-12-021-5/+5
* [project @ 2004-11-09 15:48:34 by simonmar]simonmar2004-11-091-1/+115
* [project @ 2004-09-29 10:29:13 by ross]ross2004-09-292-4/+2
* [project @ 2004-09-08 11:10:08 by ross]ross2004-09-082-2/+2