mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-22 12:15:39 +03:00
Merge pull request #345 from barrucadu/freenode
Remove references to freenode in READMEs
This commit is contained in:
commit
86d077b655
@ -42,10 +42,10 @@ There are a few different packages under the Déjà Fu umbrella:
|
|||||||
|
|
||||||
| | Version | Summary |
|
| | Version | Summary |
|
||||||
| - | ------- | ------- |
|
| - | ------- | ------- |
|
||||||
| [concurrency][h:conc] | 1.11.0.1 | Typeclasses, functions, and data types for concurrency and STM. |
|
| [concurrency][h:conc] | 1.11.0.2 | Typeclasses, functions, and data types for concurrency and STM. |
|
||||||
| [dejafu][h:dejafu] | 2.4.0.2 | Systematic testing for Haskell concurrency. |
|
| [dejafu][h:dejafu] | 2.4.0.3 | Systematic testing for Haskell concurrency. |
|
||||||
| [hunit-dejafu][h:hunit] | 2.0.0.4 | Deja Fu support for the HUnit test framework. |
|
| [hunit-dejafu][h:hunit] | 2.0.0.5 | Deja Fu support for the HUnit test framework. |
|
||||||
| [tasty-dejafu][h:tasty] | 2.0.0.7 | Deja Fu support for the Tasty test framework. |
|
| [tasty-dejafu][h:tasty] | 2.0.0.8 | Deja Fu support for the Tasty test framework. |
|
||||||
|
|
||||||
Each package has its own README and CHANGELOG in its subdirectory.
|
Each package has its own README and CHANGELOG in its subdirectory.
|
||||||
|
|
||||||
|
@ -6,6 +6,19 @@ standard Haskell versioning scheme.
|
|||||||
|
|
||||||
.. _PVP: https://pvp.haskell.org/
|
.. _PVP: https://pvp.haskell.org/
|
||||||
|
|
||||||
|
|
||||||
|
1.11.0.2 (2021-08-15)
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
* Git: :tag:`concurrency-1.11.0.2`
|
||||||
|
* Hackage: :hackage:`concurrency-1.11.0.2`
|
||||||
|
|
||||||
|
Miscellaneous
|
||||||
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Remove reference to freenode in README.
|
||||||
|
|
||||||
|
|
||||||
1.11.0.1 (2021-03-14)
|
1.11.0.1 (2021-03-14)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
@ -55,8 +55,8 @@ Contributing
|
|||||||
|
|
||||||
Bug reports, pull requests, and comments are very welcome!
|
Bug reports, pull requests, and comments are very welcome!
|
||||||
|
|
||||||
Feel free to contact me on GitHub, through IRC (#haskell on freenode),
|
Feel free to contact me on GitHub, through IRC (#haskell on
|
||||||
or email (mike@barrucadu.co.uk).
|
libera.chat), or email (mike@barrucadu.co.uk).
|
||||||
|
|
||||||
[async]: https://hackage.haskell.org/package/async
|
[async]: https://hackage.haskell.org/package/async
|
||||||
[parconc]: http://chimera.labs.oreilly.com/books/1230000000929
|
[parconc]: http://chimera.labs.oreilly.com/books/1230000000929
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: concurrency
|
name: concurrency
|
||||||
version: 1.11.0.1
|
version: 1.11.0.2
|
||||||
synopsis: Typeclasses, functions, and data types for concurrency and STM.
|
synopsis: Typeclasses, functions, and data types for concurrency and STM.
|
||||||
|
|
||||||
description:
|
description:
|
||||||
@ -32,7 +32,7 @@ source-repository head
|
|||||||
source-repository this
|
source-repository this
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/barrucadu/dejafu.git
|
location: https://github.com/barrucadu/dejafu.git
|
||||||
tag: concurrency-1.11.0.1
|
tag: concurrency-1.11.0.2
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Control.Monad.Conc.Class
|
exposed-modules: Control.Monad.Conc.Class
|
||||||
|
@ -7,6 +7,18 @@ standard Haskell versioning scheme.
|
|||||||
.. _PVP: https://pvp.haskell.org/
|
.. _PVP: https://pvp.haskell.org/
|
||||||
|
|
||||||
|
|
||||||
|
2.4.0.3 (2021-08-15)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Git: :tag:`dejafu-2.4.0.3`
|
||||||
|
* Hackage: :hackage:`dejafu-2.4.0.3`
|
||||||
|
|
||||||
|
Miscellaneous
|
||||||
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Remove reference to freenode in README.
|
||||||
|
|
||||||
|
|
||||||
2.4.0.2 (2021-03-14)
|
2.4.0.2 (2021-03-14)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
@ -131,5 +131,5 @@ Contributing
|
|||||||
|
|
||||||
Bug reports, pull requests, and comments are very welcome!
|
Bug reports, pull requests, and comments are very welcome!
|
||||||
|
|
||||||
Feel free to contact me on GitHub, through IRC (#haskell on freenode),
|
Feel free to contact me on GitHub, through IRC (#haskell on
|
||||||
or email (mike@barrucadu.co.uk).
|
libera.chat), or email (mike@barrucadu.co.uk).
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: dejafu
|
name: dejafu
|
||||||
version: 2.4.0.2
|
version: 2.4.0.3
|
||||||
synopsis: A library for unit-testing concurrent programs.
|
synopsis: A library for unit-testing concurrent programs.
|
||||||
|
|
||||||
description:
|
description:
|
||||||
@ -33,7 +33,7 @@ source-repository head
|
|||||||
source-repository this
|
source-repository this
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/barrucadu/dejafu.git
|
location: https://github.com/barrucadu/dejafu.git
|
||||||
tag: dejafu-2.4.0.2
|
tag: dejafu-2.4.0.3
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Test.DejaFu
|
exposed-modules: Test.DejaFu
|
||||||
|
@ -27,10 +27,10 @@ There are a few different packages under the Déjà Fu umbrella:
|
|||||||
.. csv-table::
|
.. csv-table::
|
||||||
:header: "Package", "Version", "Summary"
|
:header: "Package", "Version", "Summary"
|
||||||
|
|
||||||
":hackage:`concurrency`", "1.11.0.1", "Typeclasses, functions, and data types for concurrency and STM"
|
":hackage:`concurrency`", "1.11.0.2", "Typeclasses, functions, and data types for concurrency and STM"
|
||||||
":hackage:`dejafu`", "2.4.0.2", "Systematic testing for Haskell concurrency"
|
":hackage:`dejafu`", "2.4.0.3", "Systematic testing for Haskell concurrency"
|
||||||
":hackage:`hunit-dejafu`", "2.0.0.4", "Déjà Fu support for the HUnit test framework"
|
":hackage:`hunit-dejafu`", "2.0.0.5", "Déjà Fu support for the HUnit test framework"
|
||||||
":hackage:`tasty-dejafu`", "2.0.0.7", "Déjà Fu support for the tasty test framework"
|
":hackage:`tasty-dejafu`", "2.0.0.8", "Déjà Fu support for the tasty test framework"
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
|
@ -7,6 +7,18 @@ standard Haskell versioning scheme.
|
|||||||
.. _PVP: https://pvp.haskell.org/
|
.. _PVP: https://pvp.haskell.org/
|
||||||
|
|
||||||
|
|
||||||
|
2.0.0.5 (2021-08-15)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Git: :tag:`hunit-dejafu-2.0.0.5`
|
||||||
|
* Hackage: :hackage:`hunit-dejafu-2.0.0.5`
|
||||||
|
|
||||||
|
Miscellaneous
|
||||||
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* Remove reference to freenode in README.
|
||||||
|
|
||||||
|
|
||||||
2.0.0.4 (2020-07-01)
|
2.0.0.4 (2020-07-01)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@ Contributing
|
|||||||
|
|
||||||
Bug reports, pull requests, and comments are very welcome!
|
Bug reports, pull requests, and comments are very welcome!
|
||||||
|
|
||||||
Feel free to contact me on GitHub, through IRC (#haskell on freenode),
|
Feel free to contact me on GitHub, through IRC (#haskell on
|
||||||
or email (mike@barrucadu.co.uk).
|
libera.chat), or email (mike@barrucadu.co.uk).
|
||||||
|
|
||||||
[dejafu]: https://hackage.haskell.org/package/dejafu
|
[dejafu]: https://hackage.haskell.org/package/dejafu
|
||||||
[HUnit]: https://hackage.haskell.org/package/HUnit
|
[HUnit]: https://hackage.haskell.org/package/HUnit
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: hunit-dejafu
|
name: hunit-dejafu
|
||||||
version: 2.0.0.4
|
version: 2.0.0.5
|
||||||
synopsis: Deja Fu support for the HUnit test framework.
|
synopsis: Deja Fu support for the HUnit test framework.
|
||||||
|
|
||||||
description:
|
description:
|
||||||
@ -30,7 +30,7 @@ source-repository head
|
|||||||
source-repository this
|
source-repository this
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/barrucadu/dejafu.git
|
location: https://github.com/barrucadu/dejafu.git
|
||||||
tag: hunit-dejafu-2.0.0.4
|
tag: hunit-dejafu-2.0.0.5
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Test.HUnit.DejaFu
|
exposed-modules: Test.HUnit.DejaFu
|
||||||
|
@ -7,6 +7,18 @@ standard Haskell versioning scheme.
|
|||||||
.. _PVP: https://pvp.haskell.org/
|
.. _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)
|
2.0.0.7 (2020-12-27)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@ Contributing
|
|||||||
|
|
||||||
Bug reports, pull requests, and comments are very welcome!
|
Bug reports, pull requests, and comments are very welcome!
|
||||||
|
|
||||||
Feel free to contact me on GitHub, through IRC (#haskell on freenode),
|
Feel free to contact me on GitHub, through IRC (#haskell on
|
||||||
or email (mike@barrucadu.co.uk).
|
libera.chat), or email (mike@barrucadu.co.uk).
|
||||||
|
|
||||||
[dejafu]: https://hackage.haskell.org/package/dejafu
|
[dejafu]: https://hackage.haskell.org/package/dejafu
|
||||||
[tasty]: https://hackage.haskell.org/package/tasty
|
[tasty]: https://hackage.haskell.org/package/tasty
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: tasty-dejafu
|
name: tasty-dejafu
|
||||||
version: 2.0.0.7
|
version: 2.0.0.8
|
||||||
synopsis: Deja Fu support for the Tasty test framework.
|
synopsis: Deja Fu support for the Tasty test framework.
|
||||||
|
|
||||||
description:
|
description:
|
||||||
@ -30,7 +30,7 @@ source-repository head
|
|||||||
source-repository this
|
source-repository this
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/barrucadu/dejafu.git
|
location: https://github.com/barrucadu/dejafu.git
|
||||||
tag: tasty-dejafu-2.0.0.7
|
tag: tasty-dejafu-2.0.0.8
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Test.Tasty.DejaFu
|
exposed-modules: Test.Tasty.DejaFu
|
||||||
|
Loading…
Reference in New Issue
Block a user