tasty 0.11.0.2 → 0.11.0.3
raw patch · 2 files changed
+7/−2 lines, 2 filesdep +regex-tdfadep −regex-tdfa-rcPVP ok
version bump matches the API change (PVP)
Dependencies added: regex-tdfa
Dependencies removed: regex-tdfa-rc
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- tasty.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,11 @@ Changes ======= +Version 0.11.0.3+----------------++Switch from `regex-tdfa-rc` to `regex-tdfa`, which got a new maintainer.+ Version 0.11.0.2 ----------------
tasty.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: tasty-version: 0.11.0.2+version: 0.11.0.3 synopsis: Modern and extensible testing framework description: Tasty is a modern testing framework for Haskell. It lets you combine your unit tests, golden@@ -53,7 +53,7 @@ containers, mtl, tagged >= 0.5,- regex-tdfa-rc >= 1.1.8.2,+ regex-tdfa >= 1.1.8.2, optparse-applicative >= 0.11, deepseq >= 1.3, unbounded-delays >= 0.1,