summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Unicode.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-1/+3
* base: Expose GHC.Unicode.unicodeVersionBen Gamari2020-02-121-0/+7
* base: Move Ix typeclass to GHC.IxBen Gamari2019-09-251-1/+1
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-1/+1
* Fixes isAlphaNum re. isAlpha/isNumber and doc fix (trac issue #10412)ARJANEN Loïc Jean David2018-04-191-4/+5
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-3/+8
* Move GeneralCategory et al to GHC.UnicodeBen Gamari2015-09-081-1/+214
* Improve isDigit, isSpace, etc.David Feuer2014-10-211-15/+22
* Refactor to avoid need for `Unicode.hs-boot`Herbert Valerio Riedel2014-10-111-25/+23
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+1
* Remove obsolete pre-Haddock-2 `#hide` pragmasHerbert Valerio Riedel2013-09-231-1/+0
* remove deprecated pragmas (eliminating warnings)Gabor Greif2012-10-231-1/+0
* Remove some commented out codeIan Lynagh2012-05-211-45/+1
* Move chr's definition into a new GHC.CharIan Lynagh2012-02-281-0/+1
* Export constructors for Foreign.C.Types and System.Posix.Types newtypesIan Lynagh2011-10-211-1/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-8/+9
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+2
* Remove redundant imports, now that NoImplicitPrelude does not imply Rebindabl...simonpj@microsoft.com2010-10-221-1/+0
* Fix haddock formattingIan Lynagh2010-06-251-1/+1
* fix docs for isSpaceSimon Marlow2010-06-241-2/+2
* Use the proper CInt type in GHC.UnicodeIan Lynagh2008-08-061-5/+3
* Fix warningsIan Lynagh2008-08-051-3/+0
* Remove unused importsIan Lynagh2008-08-011-1/+0
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* untabifyDon Stewart2008-03-051-22/+22
* haddock attributes for haddock-2.0Ross Paterson2008-01-201-0/+1
* Fix the type of wgencatIan Lynagh2007-03-291-1/+1
* [project @ 2005-03-16 13:27:03 by ross]ross2005-03-161-14/+22
* [project @ 2005-03-15 17:18:24 by ross]ross2005-03-151-1/+0
* [project @ 2005-03-14 18:02:48 by ross]ross2005-03-141-106/+2
* [project @ 2005-03-14 15:22:51 by simonmar]simonmar2005-03-141-2/+7
* [project @ 2005-03-14 12:18:05 by simonmar]simonmar2005-03-141-45/+142
* [project @ 2005-02-03 10:32:11 by ross]ross2005-02-031-0/+1
* [project @ 2005-01-28 15:03:06 by simonmar]simonmar2005-01-281-1/+0
* [project @ 2005-01-28 13:36:25 by simonmar]simonmar2005-01-281-1/+1
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2004-11-12 17:07:54 by simonpj]simonpj2004-11-121-0/+1
* [project @ 2004-11-12 15:14:17 by simonmar]simonmar2004-11-121-0/+9
* [project @ 2004-08-13 13:29:00 by simonmar]simonmar2004-08-131-1/+1
* [project @ 2003-10-20 20:00:25 by panne]panne2003-10-201-1/+1
* [project @ 2003-10-20 15:56:52 by simonmar]simonmar2003-10-201-0/+213