packages feed

tasty-silver 3.0 → 3.0.0.1

raw patch · 1 files changed

+6/−6 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

tasty-silver.cabal view
@@ -1,5 +1,5 @@ name:                tasty-silver-version:             3.0+version:             3.0.0.1 synopsis:            Golden tests support for tasty. Fork of tasty-golden. description:   This package provides support for «golden testing».@@ -10,8 +10,8 @@  license:             MIT license-file:        LICENSE-Homepage:            https://github.com/feuerbach/tasty-golden-Bug-reports:         https://github.com/feuerbach/tasty-golden/issues+Homepage:            https://github.com/phile314/tasty-silver+Bug-reports:         https://github.com/phile314/tasty-silver/issues author:              Roman Cheplyaka, Philipp Hausmann and others maintainer:          Philipp Hausmann -- copyright:           @@ -20,9 +20,9 @@ cabal-version:       >=1.14 extra-source-files:  CHANGELOG.md ---Source-repository head---  type:     git---  location: git://github.com/feuerbach/tasty-golden.git+Source-repository head+  type:     git+  location: git://github.com/phile314/tasty-silver.git  library   Default-language: