tasty-golden 2.3.1 → 2.3.1.1
raw patch · 3 files changed
+7/−1 lines, 3 filesdep ~optparse-applicativePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: optparse-applicative
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- Test/Tasty/Golden/Internal.hs +1/−0
- tasty-golden.cabal +1/−1
CHANGELOG.md view
@@ -1,6 +1,11 @@ Changes ======= +Version 2.3.1.1+---------------++Fix compatibility with `optparse-applicative-0.13`+ Version 2.3.1 -------------
Test/Tasty/Golden/Internal.hs view
@@ -6,6 +6,7 @@ import Control.Exception import Data.Typeable (Typeable) import Options.Applicative+import Data.Monoid import Data.Tagged import Data.Proxy import System.IO.Error (isDoesNotExistError)
tasty-golden.cabal view
@@ -1,5 +1,5 @@ name: tasty-golden-version: 2.3.1+version: 2.3.1.1 synopsis: Golden tests support for tasty description: This package provides support for «golden testing».