packages feed

wl-pprint-console 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~colorful-monoidsdep ~wl-pprint-annotatedPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: colorful-monoids, wl-pprint-annotated

API changes (from Hackage documentation)

Files

wl-pprint-console.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack  name:           wl-pprint-console-version:        0.1.0.0+version:        0.1.0.1 synopsis:       Wadler/Leijen pretty printer supporting colorful console output. description:    Wadler/Leijen pretty printer with support for annotations and colorful console output. Additional useful display routines are provided, e.g, for HTML output. category:       Text@@ -29,7 +29,7 @@   ghc-options: -Wall   build-depends:       base                >= 4.8 && < 5-    , colorful-monoids    >= 0.1 && < 0.2+    , colorful-monoids    >= 0.2 && < 0.3     , wl-pprint-annotated >= 0.0.1.2 && < 0.0.2     , text                >= 0.11 && < 1.3     , bytestring          >= 0.10.2 && < 0.11