packages feed

data-pprint 0.2.1.3 → 0.2.1.4

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basedep ~mtlPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, mtl

API changes (from Hackage documentation)

Files

data-pprint.cabal view
@@ -1,5 +1,5 @@ name:                data-pprint-version:             0.2.1.3+version:             0.2.1.4 category:            Testing, Text synopsis:            Prettyprint and compare Data values description:@@ -64,9 +64,9 @@     System.IO.Parallel   other-modules:   build-depends:-    base >= 4.0 && < 4.6,+    base >= 4.0 && < 4.7,     pretty >= 1.0 && < 1.2,-    mtl >= 2.0 && < 2.1,+    mtl >= 2.0 && < 2.2,     deepseq >= 1.1 && < 1.4,     time >= 1.2 && < 1.5,     parallel >= 3.1 && < 3.3