aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Pretty.hs
AgeCommit message (Expand)AuthorFilesLines
2019-03-28Use strict instead of lazy sum.John MacFarlane1-3/+3
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-11-06Text.Pandoc.Pretty: don't render BreakingSpace at end of line...John MacFarlane1-2/+9
2018-11-01Change 'groff' -> 'roff'.John MacFarlane1-1/+1
2018-10-23Simplify Text.Pandoc.Pretty.offsetAlexander Krotov1-3/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-5/+0
2018-03-16Pretty: Semigroup instance for Doc with base >= 4.9.John MacFarlane1-0/+4
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-11-01hlintAlexander Krotov1-1/+1
2017-10-28Try to fix imports for older ghc.John MacFarlane1-1/+1
2017-10-28Change order of imports to satisfy older ghc.John MacFarlane1-1/+1
2017-10-27hlint changes.John MacFarlane1-20/+16
2017-08-08Fix `blanklines' documentation (#3843)Alexander1-2/+2
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1
2017-05-27Pretty: Eq instance for Doc.John MacFarlane1-2/+2
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-03-22Revert "Experimental change to charWidth in Pretty."John MacFarlane1-1/+0
2017-03-22Experimental change to charWidth in Pretty.John MacFarlane1-0/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-32/+34
2017-03-03Pretty: don't error for blocks of size < 1.John MacFarlane1-1/+1
2017-02-23Pretty: simplified definition of realLength.John MacFarlane1-1/+1
2016-12-05Pretty: Added `afterBreak`.John MacFarlane1-0/+15
2016-11-23Fixed some bugs in Pretty that caused blank lines in tables.John MacFarlane1-11/+19
2016-11-19Added function to compute the minimal width of a documentBjörn Peemöller1-0/+4
2016-11-19Added error message for illegal call to Pretty.blockBjörn Peemöller1-3/+6
2016-09-02Remove an inline monad compatibility macro.Jesse Rosenthal1-12/+0
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
2016-07-14Fixed compiler warnings.John MacFarlane1-4/+2
2016-03-22Updated copyright dates to include 2016.John MacFarlane1-2/+2
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-1/+1
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane1-0/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-1/+0
2015-07-25Pretty: comment fix (mb21).John MacFarlane1-1/+1
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-02-18Remove partial function from PrettyMatthew Pickering1-7/+11
2014-12-06Text.Pandoc.Pretty: Improve performance of realLengthMatthew Pickering1-1/+1
2014-10-20Pretty: Make CR + BLANKLINE = BLANKLINE.John MacFarlane1-0/+3
2014-07-27Text.Pandoc.Pretty: added blanklines.John MacFarlane1-15/+17
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-02-06Removed RenderState datatype context.Merijn Verstraaten1-2/+1
2014-01-02Pretty: Added nestle. API change, minor version bump to 1.12.3.John MacFarlane1-1/+10
2013-08-04Remove CPP from default-extensions; add pragmas to modules as needed.John MacFarlane1-1/+1
2013-02-28Pretty: Fixed chomp so it works inside Prefixed elements.John MacFarlane1-6/+8
2013-02-28Pretty: Better Show instance for debugging purposes.John MacFarlane1-4/+1
2012-08-13Pretty: Fixed bug that caused combining characters to be dropped.John MacFarlane1-6/+5
2012-07-26Fixed whitespace errors.John MacFarlane1-1/+1