summaryrefslogtreecommitdiff
path: root/libraries/base/Text/Printf.hs
Commit message (Expand)AuthorAgeFilesLines
* Allow CallStacks to be frozenEric Seidel2015-12-231-1/+1
* 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-161-21/+21
* 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
* Remove redundant explicit `Prelude` importsHerbert Valerio Riedel2014-10-191-1/+0
* base: Drop obsolete/redundant `__GLASGOW_HASKELL__` checksHerbert Valerio Riedel2014-09-131-21/+1
* Add Haddock `/Since: 4.7.0.0/` comments to new symbolsHerbert Valerio Riedel2013-09-211-0/+38
* Replaced Text.Printf with extensible printf, and made comcommitant changesBart Massey2013-09-171-192/+741
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-1/+0
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-2/+0
* tabs -> spacesSimon Marlow2013-01-281-63/+62
* fix negative numbers for * modifiers (#7457)Simon Marlow2013-01-281-1/+1
* Update some H98 references to refer to H2010Ian Lynagh2012-11-171-2/+2
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* Minor: replace undefined uses with error as mentioned in ticket #5532Ryan Newton2011-10-061-2/+2
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-0/+2
* Apply fix for #1548, from squadette@gmail.comSimon Marlow2009-08-191-14/+19
* 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
* 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
* [project @ 2005-02-24 09:58:23 by simonmar]simonmar2005-02-241-11/+12
* [project @ 2005-01-13 10:23:07 by simonmar]simonmar2005-01-131-0/+2
* [project @ 2004-12-14 12:37:28 by simonmar]simonmar2004-12-141-0/+275