Cabal revisions of goldplate-0.2.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: goldplate Version: 0.2.1.1+x-revision: 1 Synopsis: A lightweight golden test runner License: Apache-2.0 License-file: LICENSE Description: Language-agnostic golden test runner for command-line applications. Tested-with:- GHC == 9.6.0- GHC == 9.4.4- GHC == 9.2.6+ GHC == 9.6.1+ GHC == 9.4.5+ GHC == 9.2.7 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 directory >= 1.3 && < 1.4, filepath >= 1.4 && < 1.5, Glob >= 0.10 && < 0.11,- optparse-applicative >= 0.14 && < 0.18,+ optparse-applicative >= 0.14 && < 0.19, process >= 1.6 && < 1.7, regex-pcre-builtin >= 0.95.1.3 && < 0.96, text >= 1.2 && < 2.1,
revision 2
Name: goldplate Version: 0.2.1.1-x-revision: 1+x-revision: 2 Synopsis: A lightweight golden test runner License: Apache-2.0 License-file: LICENSE Paths_goldplate Build-depends:- aeson >= 1.4 && < 2.2,+ aeson >= 1.4 && < 2.3, aeson-pretty >= 0.8 && < 0.9, async >= 2.2 && < 2.3, base >= 4.11 && < 5,
revision 3
Name: goldplate Version: 0.2.1.1-x-revision: 2+x-revision: 3 Synopsis: A lightweight golden test runner License: Apache-2.0 License-file: LICENSE Description: Language-agnostic golden test runner for command-line applications. Tested-with:- GHC == 9.6.1+ GHC == 9.6.2 GHC == 9.4.5- GHC == 9.2.7+ GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 aeson-pretty >= 0.8 && < 0.9, async >= 2.2 && < 2.3, base >= 4.11 && < 5,- bytestring >= 0.10 && < 0.12,+ bytestring >= 0.10 && < 0.13, Diff >= 0.3 && < 0.5, directory >= 1.3 && < 1.4, filepath >= 1.4 && < 1.5,
revision 4
Name: goldplate Version: 0.2.1.1-x-revision: 3+x-revision: 4 Synopsis: A lightweight golden test runner License: Apache-2.0 License-file: LICENSE-Author: Jasper Van der Jeugt <jasper@fugue.co>-Maintainer: Jasper Van der Jeugt <jasper@fugue.co>, Andreas Abel+Author: Jasper Van der Jeugt <m@jaspervdj.be>+Maintainer: Jasper Van der Jeugt, Andreas Abel Copyright: 2019-2021 Fugue, Inc-Homepage: https://github.com/fugue/goldplate-Bug-reports: https://github.com/fugue/goldplate/issues+Homepage: https://github.com/jaspervdj/goldplate+Bug-reports: https://github.com/jaspervdj/goldplate/issues Category: Language Build-type: Simple Cabal-version: 1.18 Description: Language-agnostic golden test runner for command-line applications. Tested-with:- GHC == 9.6.2- GHC == 9.4.5+ GHC == 9.8.1+ GHC == 9.6.3+ GHC == 9.4.7 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 Source-repository head type: git- location: git://github.com/fugue/goldplate.git+ location: https://github.com/jaspervdj/goldplate.git Source-repository this type: git- location: git://github.com/fugue/goldplate.git+ location: https://github.com/jaspervdj/goldplate.git tag: v0.2.1.1 Executable goldplate Paths_goldplate Build-depends:- aeson >= 1.4 && < 2.3,- aeson-pretty >= 0.8 && < 0.9,- async >= 2.2 && < 2.3,- base >= 4.11 && < 5,- bytestring >= 0.10 && < 0.13,- 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.19,- process >= 1.6 && < 1.7,+ aeson >= 1.4 && < 2.3,+ aeson-pretty >= 0.8 && < 0.9,+ async >= 2.2 && < 2.3,+ base >= 4.11 && < 5,+ bytestring >= 0.10 && < 0.13,+ 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.19,+ process >= 1.6 && < 1.7, regex-pcre-builtin >= 0.95.1.3 && < 0.96,- text >= 1.2 && < 2.1,- unordered-containers >= 0.2 && < 0.3+ text >= 1.2 && < 2.2,+ unordered-containers >= 0.2 && < 0.3 Test-suite tests Default-language: Haskell2010
revision 5
Name: goldplate Version: 0.2.1.1-x-revision: 4+x-revision: 5 Synopsis: A lightweight golden test runner License: Apache-2.0 License-file: LICENSE async >= 2.2 && < 2.3, base >= 4.11 && < 5, bytestring >= 0.10 && < 0.13,- Diff >= 0.3 && < 0.5,+ Diff >= 0.3 && < 0.6, directory >= 1.3 && < 1.4, filepath >= 1.4 && < 1.5, Glob >= 0.10 && < 0.11,
revision 6
Name: goldplate Version: 0.2.1.1-x-revision: 5+x-revision: 6 Synopsis: A lightweight golden test runner License: Apache-2.0 License-file: LICENSE Description: Language-agnostic golden test runner for command-line applications. Tested-with:- GHC == 9.8.1- GHC == 9.6.3- GHC == 9.4.7+ GHC == 9.10.1+ GHC == 9.8.2+ GHC == 9.6.5+ GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 bytestring >= 0.10 && < 0.13, Diff >= 0.3 && < 0.6, directory >= 1.3 && < 1.4,- filepath >= 1.4 && < 1.5,+ filepath >= 1.4 && < 1.6, Glob >= 0.10 && < 0.11, optparse-applicative >= 0.14 && < 0.19, process >= 1.6 && < 1.7,