packages feed

ansi-wl-pprint 0.6.3 → 0.6.4

raw patch · 2 files changed

+2/−2 lines, 2 filesdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- Text.PrettyPrint.ANSI.Leijen: class Pretty a
+ Text.PrettyPrint.ANSI.Leijen: class Pretty a where prettyList = list . map pretty

Files

Text/PrettyPrint/ANSI/Leijen.hs view
@@ -152,7 +152,7 @@  import Data.String (IsString(..)) import Data.Maybe (isNothing, fromMaybe, catMaybes)-import Data.Monoid+import Data.Monoid (Monoid, mappend, mconcat, mempty)   infixr 5 </>,<//>,<$>,<$$>
ansi-wl-pprint.cabal view
@@ -1,5 +1,5 @@ Name:                ansi-wl-pprint-Version:             0.6.3+Version:             0.6.4 Cabal-Version:       >= 1.2 Category:            User Interfaces, Text Synopsis:            The Wadler/Leijen Pretty Printer for colored ANSI terminal output