packages feed

wl-pprint-extras 1.6.3 → 1.6.3.1

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~containersdep ~semigroupoidsdep ~semigroupsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers, semigroupoids, semigroups

API changes (from Hackage documentation)

Files

wl-pprint-extras.cabal view
@@ -1,6 +1,6 @@ name:          wl-pprint-extras category:      Control, Monads, Text-version:       1.6.3+version:       1.6.3.1 cabal-version: >= 1.6 license:       BSD3 license-file:  LICENSE@@ -21,11 +21,11 @@ library    build-depends:-    base          >= 4     && < 5,-    containers    >= 0.4   && < 0.5,-    semigroups    >= 0.8.2 && < 0.9,-    semigroupoids >= 1.3   && < 1.4,-    utf8-string   >= 0.3.6 && < 0.4+    base          >= 4       && < 5,+    containers    >= 0.4     && < 0.6,+    semigroups    >= 0.8.3.1 && < 0.9,+    semigroupoids >= 1.3.1.2 && < 1.4,+    utf8-string   >= 0.3.6   && < 0.4    exposed-modules:     Text.PrettyPrint.Free