packages feed

tasty-silver 3.1.2 → 3.1.3

raw patch · 3 files changed

+15/−4 lines, 3 filesdep +temporarydep −temporary-rc

Dependencies added: temporary

Dependencies removed: temporary-rc

Files

CHANGELOG.md view
@@ -1,6 +1,12 @@ Changes ======= +Version 3.1.3+-------------++* Use package temporary instead of temporary-rc.+* Re-add command line options for test runner which were accidentally removed.+ Version 3.1.2 ------------- 
Test/Tasty/Silver/Interactive.hs view
@@ -82,7 +82,12 @@ type GoldenStatusMap = TVar (M.Map TestName GoldenStatus)  interactiveTests :: Ingredient-interactiveTests = TestManager [ Option (Proxy :: Proxy Interactive) ] $+interactiveTests = TestManager+    [ Option (Proxy :: Proxy Interactive)+    , Option (Proxy :: Proxy HideSuccesses)+    , Option (Proxy :: Proxy UseColor)+    , Option (Proxy :: Proxy NumThreads)+    ] $   \opts tree ->       Just $ runTestsInteractive opts tree 
tasty-silver.cabal view
@@ -1,5 +1,5 @@ name:                tasty-silver-version:             3.1.2+version:             3.1.3 synopsis:            Golden tests support for tasty. Fork of tasty-golden. description:   This package provides support for «golden testing».@@ -52,7 +52,7 @@     stm >= 2.4.2,     tagged,     tasty >= 0.8,-    temporary-rc,+    temporary,     text >= 0.11.0.0  Test-suite test@@ -72,5 +72,5 @@     , filepath     , directory     , process-    , temporary-rc+    , temporary     , transformers >= 0.3