ansi-wl-pprint 0.6.7.1 → 0.6.7.2
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~basenew-uploader
Dependency ranges changed: base
Files
Text/PrettyPrint/ANSI/Leijen.hs view
@@ -96,7 +96,7 @@ align, hang, indent, encloseSep, list, tupled, semiBraces, -- * Operators- (<+>), (<$>), (</>), (<$$>), (<//>),+ (<+>), (Text.PrettyPrint.ANSI.Leijen.<$>), (</>), (<$$>), (<//>), -- * List combinators hsep, vsep, fillSep, sep, hcat, vcat, fillCat, cat, punctuate,@@ -309,7 +309,7 @@ -- out -- @ vsep :: [Doc] -> Doc-vsep = fold (<$>)+vsep = fold (Text.PrettyPrint.ANSI.Leijen.<$>) -- | The document @(cat xs)@ concatenates all documents @xs@ either -- horizontally with @(\<\>)@, if it fits the page, or vertically with
ansi-wl-pprint.cabal view
@@ -1,5 +1,5 @@ Name: ansi-wl-pprint-Version: 0.6.7.1+Version: 0.6.7.2 Cabal-Version: >= 1.2 Category: User Interfaces, Text Synopsis: The Wadler/Leijen Pretty Printer for colored ANSI terminal output