packages feed

wl-pprint-terminfo 0.8.3 → 0.8.3.1

raw patch · 1 files changed

+8/−8 lines, 1 filesdep ~containersdep ~semigroupsdep ~wl-pprint-extrasPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers, semigroups, wl-pprint-extras

API changes (from Hackage documentation)

Files

wl-pprint-terminfo.cabal view
@@ -1,6 +1,6 @@ name:               wl-pprint-terminfo category:           Control, Monads, Text-version:            0.8.3+version:            0.8.3.1 cabal-version:      >= 1.6 license:            BSD3 license-file:       LICENSE@@ -34,13 +34,13 @@   extensions: CPP    build-depends:-    base             >= 4     && < 5,-    semigroups       >= 0.8.2 && < 0.9,-    containers       >= 0.4   && < 0.5,-    wl-pprint-extras >= 1.6.3 && < 1.7,-    bytestring       >= 0.9.1 && < 0.10,-    terminfo         >= 0.3.2 && < 0.4,-    transformers     >= 0.2   && < 0.4+    base             >= 4       && < 5,+    semigroups       >= 0.8.3.1 && < 0.9,+    containers       >= 0.4     && < 0.6,+    wl-pprint-extras >= 1.6.3.1 && < 1.7,+    bytestring       >= 0.9.1   && < 0.10,+    terminfo         >= 0.3.2   && < 0.4,+    transformers     >= 0.2     && < 0.4    if flag(Cursed)     other-modules: System.Console.Terminfo.PrettyPrint.Curses