tasty-golden 2.2.2.2 → 2.2.2.3
raw patch · 3 files changed
+3/−2 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +1/−1
- Test/Tasty/Golden/Manage.hs +1/−0
- tasty-golden.cabal +1/−1
CHANGELOG.md view
@@ -1,7 +1,7 @@ Changes ======= -Version 2.2.2.2+Version 2.2.2.3 --------------- Restore compatibility with older compilers
Test/Tasty/Golden/Manage.hs view
@@ -20,6 +20,7 @@ import Test.Tasty.Golden.Internal import Data.Typeable import Data.Tagged+import Data.Proxy import Data.Maybe import Control.Monad.Cont import Control.Exception
tasty-golden.cabal view
@@ -1,5 +1,5 @@ name: tasty-golden-version: 2.2.2.2+version: 2.2.2.3 synopsis: Golden tests support for tasty description: This package provides support for «golden testing».