tasty-dejafu 1.1.0.1 → 1.1.0.2
raw patch · 3 files changed
+16/−7 lines, 3 filesdep ~dejafu
Dependency ranges changed: dejafu
Files
- CHANGELOG.rst +13/−0
- README.markdown +0/−4
- tasty-dejafu.cabal +3/−3
CHANGELOG.rst view
@@ -6,6 +6,19 @@ .. _PVP: https://pvp.haskell.org/ ++1.1.0.2 (2018-03-17)+--------------------++* Git: :tag:`tasty-dejafu-1.1.0.2`+* Hackage: :hackage:`tasty-dejafu-1.1.0.2`++Miscellaneous+~~~~~~~~~~~~~++* The upper bound on :hackage:`dejafu` is <1.5.++ 1.1.0.1 (2018-03-06) --------------------
README.markdown view
@@ -5,9 +5,6 @@ [tasty][]. This lets you easily incorporate concurrency testing into your existing test suites. -The documentation of the latest developmental version is-[available online][docs].- Contributing ------------ @@ -16,6 +13,5 @@ Feel free to contact me on GitHub, through IRC (#haskell on freenode), or email (mike@barrucadu.co.uk). -[docs]: https://docs.barrucadu.co.uk/tasty-dejafu [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: 1.1.0.1+version: 1.1.0.2 synopsis: Deja Fu support for the Tasty test framework. description:@@ -30,14 +30,14 @@ source-repository this type: git location: https://github.com/barrucadu/dejafu.git- tag: tasty-dejafu-1.1.0.1+ tag: tasty-dejafu-1.1.0.2 library exposed-modules: Test.Tasty.DejaFu -- other-modules: -- other-extensions: build-depends: base >=4.8 && <5- , dejafu >=1.2 && <1.4+ , dejafu >=1.2 && <1.5 , random >=1.0 && <1.2 , tagged >=0.8 && <0.9 , tasty >=0.10 && <1.1