packages feed

goldplate 0.1.2 → 0.1.3

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~aesondep ~basedep ~bytestring

Dependency ranges changed: aeson, base, bytestring, optparse-applicative, time

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # CHANGELOG + -  0.1.3 (2021-02-10)+     *  Bump `aeson` dependency upper bound to 1.5.+     *  Bump GHC to 8.10.3.+  -  0.1.2 (2020-11-05)      *  Bump `regex-pcre-builtin` dependency lower bound to 0.95.1.3 to fix         issue with `Text` regexes (by Stefano Debenedetti).
goldplate.cabal view
@@ -1,5 +1,5 @@ Name:          goldplate-Version:       0.1.2+Version:       0.1.3 Synopsis:      A lightweight golden test runner License:       Apache-2.0 License-file:  LICENSE@@ -26,7 +26,7 @@     Paths_goldplate    Build-depends:-    aeson                >= 1.4  && < 1.5,+    aeson                >= 1.4  && < 1.6,     aeson-pretty         >= 0.8  && < 0.9,     async                >= 2.2  && < 2.3,     base                 >= 4.9  && < 5,