tasty-dejafu 2.0.0.7 → 2.0.0.8
raw patch · 3 files changed
+16/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.rst +12/−0
- README.markdown +2/−2
- tasty-dejafu.cabal +2/−2
CHANGELOG.rst view
@@ -7,6 +7,18 @@ .. _PVP: https://pvp.haskell.org/ +2.0.0.8 (2021-08-15)+--------------------++* Git: :tag:`tasty-dejafu-2.0.0.8`+* Hackage: :hackage:`tasty-dejafu-2.0.0.8`++Miscellaneous+~~~~~~~~~~~~~++* Remove reference to freenode from README.++ 2.0.0.7 (2020-12-27) --------------------
README.markdown view
@@ -10,8 +10,8 @@ Bug reports, pull requests, and comments are very welcome! -Feel free to contact me on GitHub, through IRC (#haskell on freenode),-or email (mike@barrucadu.co.uk).+Feel free to contact me on GitHub, through IRC (#haskell on+libera.chat), or email (mike@barrucadu.co.uk). [dejafu]: https://hackage.haskell.org/package/dejafu [tasty]: https://hackage.haskell.org/package/tasty
tasty-dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: tasty-dejafu-version: 2.0.0.7+version: 2.0.0.8 synopsis: Deja Fu support for the Tasty test framework. description:@@ -30,7 +30,7 @@ source-repository this type: git location: https://github.com/barrucadu/dejafu.git- tag: tasty-dejafu-2.0.0.7+ tag: tasty-dejafu-2.0.0.8 library exposed-modules: Test.Tasty.DejaFu