packages feed

wl-pprint-terminfo 3.6 → 3.7

raw patch · 2 files changed

+10/−5 lines, 2 filesdep ~natsdep ~semigroupsdep ~text

Dependency ranges changed: nats, semigroups, text, wl-pprint-extras

Files

CHANGELOG.markdown view
@@ -1,3 +1,8 @@+3.7+---+* Added support for `text` 1.0+* Introduced proper upper bounds on dependencies+ 3.6 --- * Additional instances for `Data.Text` and `Data.Text.Lazy`
wl-pprint-terminfo.cabal view
@@ -1,6 +1,6 @@ name:               wl-pprint-terminfo category:           Control, Monads, Text-version:            3.6+version:            3.7 cabal-version:      >= 1.6 license:            BSD3 license-file:       LICENSE@@ -47,12 +47,12 @@     base             == 4.*,     bytestring       >= 0.9.1   && < 0.11,     containers       >= 0.4     && < 0.6,-    nats             >= 0.1,-    semigroups       >= 0.9,-    wl-pprint-extras >= 3.4,+    nats             >= 0.1     && < 1,+    semigroups       >= 0.9     && < 1,+    wl-pprint-extras >= 3.4     && < 4,     terminfo         >= 0.3.2   && < 0.4,     transformers     >= 0.2     && < 0.4,-    text             == 0.11.*+    text             >= 0.11    && < 1.2    if flag(Cursed)     other-modules: System.Console.Terminfo.PrettyPrint.Curses