packages feed

tasty-golden 2.2 → 2.2.0.1

raw patch · 2 files changed

+3/−2 lines, 2 filesdep ~tasty

Dependency ranges changed: tasty

Files

Test/Tasty/Golden/Manage.hs view
@@ -63,6 +63,7 @@   foldTestTree     (\_ name t -> fmap ((,) name) $ maybeToList $ cast t)     (const id)+    (const id)  -- | «Accept» a golden test, i.e. reset the golden value to the currently -- produced value
tasty-golden.cabal view
@@ -1,5 +1,5 @@ name:                tasty-golden-version:             2.2+version:             2.2.0.1 synopsis:            Golden tests support for tasty description:   This package provides support for «golden testing».@@ -31,7 +31,7 @@                        Test.Tasty.Golden.Internal   build-depends:     base ==4.*,-    tasty >= 0.4,+    tasty >= 0.5,     bytestring,     process,     mtl,