packages feed

Cabal revisions of goldplate-0.1.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:          goldplate Version:       0.1.3+x-revision: 1 Synopsis:      A lightweight golden test runner License:       Apache-2.0 License-file:  LICENSE Category:      Language Build-type:    Simple Cabal-version: 1.18+Description:   Language-agnostic golden test runner for command-line applications. +tested-with:+  GHC == 9.0.1+  GHC == 8.10.4+  GHC == 8.8.4+  GHC == 8.6.5+  GHC == 8.4.4+ Extra-source-files:   CHANGELOG.md   README.md +Source-repository head+  type:     git+  location: git://github.com/fugue/goldplate.git++Source-repository this+  type:     git+  location: git://github.com/fugue/goldplate.git+  tag:      v0.1.3+ Executable goldplate   Hs-source-dirs:    src   Main-is:           Main.hs     aeson                >= 1.4  && < 1.6,     aeson-pretty         >= 0.8  && < 0.9,     async                >= 2.2  && < 2.3,-    base                 >= 4.9  && < 5,-    bytestring           >= 0.10 && < 0.11,+    base                 >= 4.11 && < 5,+    bytestring           >= 0.10 && < 0.12,     Diff                 >= 0.3  && < 0.5,     directory            >= 1.3  && < 1.4,     filepath             >= 1.4  && < 1.5,     Glob                 >= 0.10 && < 0.11,-    optparse-applicative >= 0.14 && < 0.16,+    optparse-applicative >= 0.14 && < 0.17,     process              >= 1.6  && < 1.7,     regex-pcre-builtin   >= 0.95.1.3 && < 0.96,     text                 >= 1.2  && < 1.3,-    time                 >= 1.8  && < 1.10,+    time                 >= 1.8  && < 1.12,     unordered-containers >= 0.2  && < 0.3