summaryrefslogtreecommitdiff
path: root/libraries/base/Numeric.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove confusing haddock quotes in 'readInt' documentationMatthew Pickering2021-12-101-1/+1
* base: Numeric: remove 'Show' constraint on 'showIntAtBase'Guillaume Bouchard2021-09-081-6/+6
* Correct more doctestsOleg Grenrus2021-01-101-0/+2
* base: add Numeric.{readBin, showBin} (fix #19036)Artem Pelenitsyn2021-01-021-0/+13
* Implement the basics of hex floating point literalsIavor Diatchki2017-11-021-0/+48
* Loads of doc(test)sDavid Luposchainsky2017-08-171-0/+9
* Allow CallStacks to be frozenEric Seidel2015-12-231-3/+3
* Implement phase 1 of expanded FloatingDan Doel2015-12-211-0/+1
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-2/+2
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-161-1/+0
* Add Haddock `/Since: 4.7.0.0/` comments to new symbolsHerbert Valerio Riedel2013-09-211-0/+4
* Replaced Text.Printf with extensible printf, and made comcommitant changesBart Massey2013-09-171-3/+23
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-7/+1
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-5/+0
* Remove commented types in module export listsIan Lynagh2012-10-271-19/+18
* Refactor number lexing; part of #5688Ian Lynagh2012-03-011-3/+2
* Remove the Eq superclass of NumIan Lynagh2011-10-121-3/+3
* Remove the Show superclass of NumIan Lynagh2011-10-121-3/+3
* 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 warningsIan Lynagh2008-08-051-7/+7
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* untabifyDon Stewart2008-03-031-2/+2
* untabifyDon Stewart2008-02-281-42/+42
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2004-07-23 11:34:31 by ross]ross2004-07-231-14/+73
* [project @ 2004-03-30 17:54:28 by ross]ross2004-03-301-2/+2
* [project @ 2003-12-12 18:29:26 by sof]sof2003-12-121-10/+11
* [project @ 2003-07-21 09:26:23 by simonmar]simonmar2003-07-211-4/+4
* [project @ 2003-07-16 10:55:20 by simonmar]simonmar2003-07-161-21/+3
* [project @ 2002-09-09 03:50:38 by sof]sof2002-09-091-1/+1
* [project @ 2002-09-08 02:35:33 by sof]sof2002-09-081-0/+1
* [project @ 2002-07-17 10:47:01 by ross]ross2002-07-171-233/+3
* [project @ 2002-06-05 14:08:24 by simonpj]simonpj2002-06-051-4/+5
* [project @ 2002-05-15 12:16:11 by simonmar]simonmar2002-05-151-12/+4
* [project @ 2002-05-09 13:16:29 by simonmar]simonmar2002-05-091-1/+1
* [project @ 2002-04-26 13:34:05 by simonmar]simonmar2002-04-261-2/+0
* [project @ 2002-04-24 16:31:37 by simonmar]simonmar2002-04-241-2/+2
* [project @ 2002-04-11 12:03:43 by simonpj]simonpj2002-04-111-1/+52
* [project @ 2002-02-12 10:52:18 by simonmar]simonmar2002-02-121-4/+7
* [project @ 2002-02-05 17:32:24 by simonmar]simonmar2002-02-051-13/+7
* [project @ 2002-01-02 14:40:09 by simonmar]simonmar2002-01-021-5/+1
* [project @ 2001-08-02 13:30:36 by simonmar]simonmar2001-08-021-2/+6
* [project @ 2001-07-04 12:07:27 by simonmar]simonmar2001-07-041-0/+367