diff --git a/README.markdown b/README.markdown index b93a57c..35733ee 100644 --- a/README.markdown +++ b/README.markdown @@ -46,9 +46,9 @@ There are a few different packages under the Déjà Fu umbrella: | | Version | Summary | | - | ------- | ------- | | [concurrency][h:conc] | 1.6.2.0 | Typeclasses, functions, and data types for concurrency and STM. | -| [dejafu][h:dejafu] | 1.12.0.0 | Systematic testing for Haskell concurrency. | -| [hunit-dejafu][h:hunit] | 1.2.1.0 | Deja Fu support for the HUnit test framework. | -| [tasty-dejafu][h:tasty] | 1.2.1.0 | Deja Fu support for the Tasty test framework. | +| [dejafu][h:dejafu] | 2.0.0.0 | Systematic testing for Haskell concurrency. | +| [hunit-dejafu][h:hunit] | 2.0.0.0 | Deja Fu support for the HUnit test framework. | +| [tasty-dejafu][h:tasty] | 2.0.0.0 | Deja Fu support for the Tasty test framework. | Each package has its own README and CHANGELOG in its subdirectory. diff --git a/dejafu/CHANGELOG.rst b/dejafu/CHANGELOG.rst index 42bbb04..a627f40 100644 --- a/dejafu/CHANGELOG.rst +++ b/dejafu/CHANGELOG.rst @@ -7,7 +7,7 @@ standard Haskell versioning scheme. .. _PVP: https://pvp.haskell.org/ -2.0.0.0 (2019-02-XX) +2.0.0.0 (2019-02-12) -------------------- * Git: :tag:`dejafu-2.0.0.0` diff --git a/dejafu/dejafu.cabal b/dejafu/dejafu.cabal index 530ce56..7c50575 100755 --- a/dejafu/dejafu.cabal +++ b/dejafu/dejafu.cabal @@ -33,7 +33,7 @@ source-repository head source-repository this type: git location: https://github.com/barrucadu/dejafu.git - tag: dejafu-1.12.0.0 + tag: dejafu-2.0.0.0 library exposed-modules: Test.DejaFu diff --git a/doc/getting_started.rst b/doc/getting_started.rst index 343ba34..3dbc65a 100644 --- a/doc/getting_started.rst +++ b/doc/getting_started.rst @@ -28,9 +28,9 @@ There are a few different packages under the Déjà Fu umbrella: :header: "Package", "Version", "Summary" ":hackage:`concurrency`", "1.6.2.0", "Typeclasses, functions, and data types for concurrency and STM" - ":hackage:`dejafu`", "1.12.0.0", "Systematic testing for Haskell concurrency" - ":hackage:`hunit-dejafu`", "1.2.1.0", "Déjà Fu support for the HUnit test framework" - ":hackage:`tasty-dejafu`", "1.2.1.0", "Déjà Fu support for the tasty test framework" + ":hackage:`dejafu`", "2.0.0.0", "Systematic testing for Haskell concurrency" + ":hackage:`hunit-dejafu`", "2.0.0.0", "Déjà Fu support for the HUnit test framework" + ":hackage:`tasty-dejafu`", "2.0.0.0", "Déjà Fu support for the tasty test framework" Installation diff --git a/hunit-dejafu/CHANGELOG.rst b/hunit-dejafu/CHANGELOG.rst index d78e12f..e31fe71 100644 --- a/hunit-dejafu/CHANGELOG.rst +++ b/hunit-dejafu/CHANGELOG.rst @@ -7,7 +7,7 @@ standard Haskell versioning scheme. .. _PVP: https://pvp.haskell.org/ -2.0.0.0 (2019-02-XX) +2.0.0.0 (2019-02-12) -------------------- * Git: :tag:`hunit-dejafu-2.0.0.0` diff --git a/hunit-dejafu/hunit-dejafu.cabal b/hunit-dejafu/hunit-dejafu.cabal index b18405f..8eadc9e 100755 --- a/hunit-dejafu/hunit-dejafu.cabal +++ b/hunit-dejafu/hunit-dejafu.cabal @@ -30,7 +30,7 @@ source-repository head source-repository this type: git location: https://github.com/barrucadu/dejafu.git - tag: hunit-dejafu-1.2.1.0 + tag: hunit-dejafu-2.0.0.0 library exposed-modules: Test.HUnit.DejaFu diff --git a/tasty-dejafu/CHANGELOG.rst b/tasty-dejafu/CHANGELOG.rst index 582bc59..abad006 100644 --- a/tasty-dejafu/CHANGELOG.rst +++ b/tasty-dejafu/CHANGELOG.rst @@ -7,7 +7,7 @@ standard Haskell versioning scheme. .. _PVP: https://pvp.haskell.org/ -2.0.0.0 (2019-02-XX) +2.0.0.0 (2019-02-12) -------------------- * Git: :tag:`tasty-dejafu-2.0.0.0` diff --git a/tasty-dejafu/tasty-dejafu.cabal b/tasty-dejafu/tasty-dejafu.cabal index 016332e..0291697 100755 --- a/tasty-dejafu/tasty-dejafu.cabal +++ b/tasty-dejafu/tasty-dejafu.cabal @@ -30,7 +30,7 @@ source-repository head source-repository this type: git location: https://github.com/barrucadu/dejafu.git - tag: tasty-dejafu-1.2.1.0 + tag: tasty-dejafu-2.0.0.0 library exposed-modules: Test.Tasty.DejaFu