packages feed

pretty-diff 0.2.0.2 → 0.2.0.3

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~tasty

Dependency ranges changed: tasty

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.2.0.3++- Relax version bounds to support `tasty-1.4`+ # 0.2.0.2  - Relax version bounds to support `Diff-0.4`
pretty-diff.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 1872af4918432ac105ab48a21bcd55c6bd296097fc5a6085cf249f2fa73a8afc+-- hash: 98c3c2b107783295340487cd6c2daf7788c7660e79fc169f7701b57b33c5fd28  name:           pretty-diff-version:        0.2.0.2+version:        0.2.0.3 synopsis:       Pretty printing a diff of two values. description:    Please see the README at <https://github.com/stoeffel/pretty-diff>. category:       Diffing@@ -55,7 +55,7 @@     , base     , data-default     , pretty-diff-    , tasty >=1.1 && <1.4+    , tasty >=1.1 && <1.5     , tasty-hunit     , tasty-test-reporter     , text