summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Show.lhs
Commit message (Expand)AuthorAgeFilesLines
* base: Manually unlit .lhs into .hs modulesHerbert Valerio Riedel2014-11-071-544/+0
* Remove redundant "Minimal complete definition"-commentsHerbert Valerio Riedel2014-11-041-3/+2
* Fixed missing trailing newline bug in pretty printerMateusz Lenik2014-10-301-0/+1
* Auto-derive a few manually coded Show instancesHerbert Valerio Riedel2014-09-191-16/+4
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-161-1/+0
* Specialise Eq, Ord, Read, Show at Int, Char, StringSimon Peyton Jones2014-08-281-1/+4
* Remove obsolete pre-Haddock-2 `#hide` pragmasHerbert Valerio Riedel2013-09-231-1/+0
* Follow changes in comparison primops (see #6135)Jan Stolarek2013-09-181-9/+9
* Add `{-# MINIMAL #-}` annotations to typeclassesHerbert Valerio Riedel2013-09-181-0/+1
* typosGabor Greif2013-01-251-1/+1
* Fix Trac #7146, by displaying a "\n" in a multi-line stringSimon Peyton Jones2012-08-151-2/+2
* Move GHC.Generics to baseJose Pedro Magalhaes2012-06-211-10/+0
* Move the Word type from base to ghc-primIan Lynagh2012-05-211-0/+10
* Remove some more specialise-Int codeIan Lynagh2012-05-211-5/+2
* Remove some unnecessary Int specialised valuesIan Lynagh2012-05-211-1/+1
* Use the new quotRemInt# primopIan Lynagh2012-02-141-4/+8
* De-orphan the Show Integer instanceIan Lynagh2011-10-121-1/+115
* Fixed documentation bugDaniel Fischer2011-10-021-1/+1
* Whitespace only in GHC.ShowDaniel Fischer2011-10-021-25/+25
* Correct a commentIan Lynagh2011-07-071-5/+3
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Move Eq and Ord for Int from GHC.Base to GHC.Classes, so they are not longer ...Jose Pedro Magalhaes2011-05-031-1/+10
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-2/+2
* Add LANGUAGE BangPatterns to modules that use bang patternssimonpj@microsoft.com2010-11-121-0/+1
* Add showMultiLineString to GHC.Showsimonpj@microsoft.com2010-10-251-11/+37
* Use a bang pattern when we where/let-bind values with unlifted typesIan Lynagh2009-04-241-1/+1
* Remove unused conditional importIan Lynagh2008-08-061-5/+1
* Fix warningsIan Lynagh2008-08-051-4/+6
* Change some imports and derive Show (Either a b)Ian Lynagh2008-08-041-9/+0
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* untabifyDon Stewart2008-03-051-102/+102
* haddock attributes for haddock-2.0Ross Paterson2008-01-201-0/+1
* the "unknown" types are no longer requiredSimon Marlow2007-04-261-29/+0
* Added Unknowns for higher kindsPepe Iborra2006-11-081-0/+17
* Improved the Show instance for UnknownPepe Iborra2006-08-131-1/+2
* Show instance for GHC.Base.Unknownmnislaih@gmail.com2006-08-011-0/+11
* Rework previous: not a gcc bug after allSimon Marlow2006-03-231-6/+7
* [project @ 2005-03-09 17:47:50 by simonpj]simonpj2005-03-091-22/+70
* [project @ 2005-02-03 10:32:11 by ross]ross2005-02-031-0/+1
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2004-07-26 13:26:41 by ross]ross2004-07-261-1/+89
* [project @ 2003-08-26 10:39:55 by ross]ross2003-08-261-0/+8
* [project @ 2003-08-19 16:39:13 by simonmar]simonmar2003-08-191-143/+14
* [project @ 2002-07-23 14:52:46 by simonpj]simonpj2002-07-231-8/+14
* [project @ 2002-04-26 12:48:16 by simonmar]simonmar2002-04-261-9/+13
* [project @ 2002-04-11 12:03:43 by simonpj]simonpj2002-04-111-7/+16
* [project @ 2001-12-21 15:07:20 by simonmar]simonmar2001-12-211-3/+3
* [project @ 2001-07-03 14:13:32 by simonmar]simonmar2001-07-031-2/+3
* [project @ 2001-07-03 11:37:49 by simonmar]simonmar2001-07-031-2/+1
* [project @ 2001-06-28 14:15:04 by simonmar]simonmar2001-06-281-0/+378