summaryrefslogtreecommitdiff
path: root/compiler/utils/Pretty.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs utils/Austin Seipp2014-12-031-1057/+0
* Delete all /* ! __GLASGOW_HASKELL__ */ codeThomas Miedema2014-09-231-4/+0
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+1
* Tidy up Outputable.printDoc, and add printDoc_Simon Peyton Jones2014-01-171-4/+11
* Make showSDoc and friends respect -dppr-colsSimon Peyton Jones2014-01-101-29/+6
* TyposKrzysztof Gogolewski2013-10-121-1/+1
* Make sure that Pretty.text is inlined in stage 0,Simon Peyton Jones2013-06-241-1/+3
* Delay inlining 'text' so that the RULE has a chance to fireSimon Peyton Jones2012-07-231-0/+3
* Remove redundant warning-avoidance, and a redundant importIan Lynagh2012-07-161-4/+0
* Add a separate FastZString typeIan Lynagh2012-07-151-1/+7
* Make -dppr-cols a dynamic flagIan Lynagh2012-06-181-6/+3
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-4/+5
* SafeHaskell: Make base GHC.* modules untrustedDavid Terei2011-06-171-5/+1
* SafeHaskell: More fixing to work with safe baseDavid Terei2011-06-171-4/+6
* Add zeroWidthText to Pretty.Thomas Schilling2011-04-031-1/+6
* Add -dppr-colsN to set width of dumpsBen Lippmeier2010-12-081-2/+2
* More modules that need LANGUAGE BangPatternssimonpj@microsoft.com2010-11-121-0/+1
* Fix part of #3398: pretty-printing always goes via the I/O library encodingSimon Marlow2009-08-261-5/+3
* Require a bang pattern when unlifted types are where/let bound; #3182Ian Lynagh2009-04-241-4/+4
* Optimise writing out the .s fileSimon Marlow2009-02-021-2/+6
* Follow FastString changes in PrettyMax Bolingbroke2008-07-311-3/+2
* Fix Haddock errors.Thomas Schilling2008-07-201-58/+58
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-161-0/+4
* Make showSDoc and printDoc use the same default width (100)Simon Marlow2008-07-141-1/+1
* add a comment to the effect that printDoc prints FastStrings in UTF-8Simon Marlow2008-07-111-0/+4
* SLIT -> sLit in Prety.lhsIan Lynagh2008-04-121-3/+1
* Fix warnings in PrettyIan Lynagh2008-02-181-82/+122
* Whitespace onlyIan Lynagh2008-02-181-86/+88
* lots of portability changes (#1405)Isaac Dupree2008-01-171-130/+72
* FIX #1561: don't use tabs in pretty-printed output at all.Simon Marlow2007-11-071-4/+7
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Warning police: eliminate all defaulting within stage1Isaac Dupree2007-08-071-1/+1
* Typo fix in a comment.Michael D. Adams2007-05-141-1/+1
* Outputable.cparenPepe Iborra2007-04-201-1/+3
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-061-9/+0
* Do not go into an infinite loop when pretty-printer finds a negative indent (...simonpj@microsoft.com2007-03-011-4/+5
* Module header tidyup #2Simon Marlow2006-10-111-4/+2
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+1075