packages feed

tasty-dejafu 0.7.0.0 → 0.7.0.1

raw patch · 2 files changed

+57/−21 lines, 2 filesdep ~dejafuPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: dejafu

API changes (from Hackage documentation)

Files

CHANGELOG.markdown view
@@ -7,11 +7,31 @@ *de facto* standard Haskell versioning scheme.  -0.7.0.0 [2017-08-10] (git tag: [tasty-dejafu-0.7.0.0][])+0.7.0.1 ------- -https://hackage.haskell.org/package/tasty-dejafu-0.6.0.0+- **Date**    2017-09-26+- **Git tag** [tasty-dejafu-0.7.0.1][]+- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.7.0.1 +### Miscellaneous++- dejafu-0.8 support++[tasty-dejafu-0.7.0.1]: https://github.com/barrucadu/dejafu/releases/tag/tasty-dejafu-0.7.0.1+++---------------------------------------------------------------------------------------------------++++0.7.0.0+-------++- **Date**    2017-08-10+- **Git tag** [tasty-dejafu-0.7.0.0][]+- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.6.0.0+ ### Test.Tasty.DejaFu  - Two new functions: `testDejafuDiscard` and `testDejafuDiscardIO`, allowing you to selectively@@ -28,10 +48,12 @@ ---------------------------------------------------------------------------------------------------  -0.6.0.0 [2017-04-08] (git tag: [tasty-dejafu-0.6.0.0][])+0.6.0.0 ------- -https://hackage.haskell.org/package/tasty-dejafu-0.6.0.0+- **Date**    2017-04-08+- **Git tag** [tasty-dejafu-0.6.0.0][]+- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.6.0.0  ### Test.Tasty.DejaFu @@ -55,10 +77,12 @@ ---------------------------------------------------------------------------------------------------  -0.5.0.0 [2017-04-08] (git tag: [tasty-dejafu-0.5.0.0][])+0.5.0.0 ------- -https://hackage.haskell.org/package/tasty-dejafu-0.5.0.0+- **Date**    2017-04-08+- **Git tag** [tasty-dejafu-0.5.0.0][]+- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.5.0.0  ### Test.Tasty.DejaFu @@ -76,10 +100,12 @@ ---------------------------------------------------------------------------------------------------  -0.4.0.0 [2017-02-21] (git tag: [tasty-dejafu-0.4.0.0][])+0.4.0.0 ------- -https://hackage.haskell.org/package/tasty-dejafu-0.4.0.0+- **Date**    2017-02-21+- **Git tag** [tasty-dejafu-0.4.0.0][]+- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.4.0.0  ### Test.Tasty.DejaFu @@ -101,10 +127,12 @@ ---------------------------------------------------------------------------------------------------  -0.3.0.2 [2016-09-10] (git tag: [tasty-dejafu-0.3.0.2][])+0.3.0.2 ------- -https://hackage.haskell.org/package/tasty-dejafu-0.3.0.2+- **Date**    2016-09-10+- **Git tag** [tasty-dejafu-0.3.0.2][]+- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.3.0.2  ### Miscellaneous @@ -116,10 +144,12 @@ ---------------------------------------------------------------------------------------------------  -0.3.0.1 [2016-05-26] (git tag: [tasty-dejafu-0.3.0.1][])+0.3.0.1 ------- -https://hackage.haskell.org/package/tasty-dejafu-0.3.0.1+- **Date**    2016-05-26+- **Git tag** [tasty-dejafu-0.3.0.1][]+- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.3.0.1  ### Miscellaneous @@ -131,10 +161,12 @@ ---------------------------------------------------------------------------------------------------  -0.3.0.0 [2016-04-28] (git tag: [tasty-dejafu-0.3.0.0][])+0.3.0.0 ------- -https://hackage.haskell.org/package/tasty-dejafu-0.3.0.0+- **Date**    2016-04-28+- **Git tag** [tasty-dejafu-0.3.0.0][]+- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.3.0.0  ### Test.Tasty.DejaFu @@ -157,10 +189,12 @@ ---------------------------------------------------------------------------------------------------  -0.1.1.0 [2016-04-03] (git tag: [tasty-dejafu-0.1.1.0][])+0.1.1.0 ------- -**This version was never pushed to hackage, whoops!**+- **Date**    2016-04-03+- **Git tag** [tasty-dejafu-0.1.1.0][]+- **This version was never pushed to hackage, whoops!**  **This version was misnumbered! It should have been 0.2.1.0!** @@ -174,10 +208,12 @@ ---------------------------------------------------------------------------------------------------  -0.2.0.0 [2015-12-01] (git tag: [0.2.0.0][])+0.2.0.0 ------- -https://hackage.haskell.org/package/tasty-dejafu-0.2.0.0+- **Date**    2015-12-01+- **Git tag**  [0.2.0.0][]+- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.2.0.0  Initial release. Go read the API docs. 
tasty-dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                tasty-dejafu-version:             0.7.0.0+version:             0.7.0.1 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-0.7.0.0+  tag:      tasty-dejafu-0.7.0.1  library   exposed-modules:     Test.Tasty.DejaFu   -- other-modules:          -- other-extensions:       build-depends:       base   >=4.8  && <5-                     , dejafu >=0.7.1  && <0.8+                     , dejafu >=0.7.1  && <0.9                      , random >=1.0  && <1.2                      , tagged >=0.8  && <0.9                      , tasty  >=0.10 && <0.12