concurrency 1.11.0.1 → 1.11.0.2
raw patch · 3 files changed
+17/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.rst +13/−0
- README.markdown +2/−2
- concurrency.cabal +2/−2
CHANGELOG.rst view
@@ -6,6 +6,19 @@ .. _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) ---------------------
README.markdown view
@@ -55,8 +55,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). [async]: https://hackage.haskell.org/package/async [parconc]: http://chimera.labs.oreilly.com/books/1230000000929
concurrency.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: concurrency-version: 1.11.0.1+version: 1.11.0.2 synopsis: Typeclasses, functions, and data types for concurrency and STM. description:@@ -32,7 +32,7 @@ source-repository this type: git location: https://github.com/barrucadu/dejafu.git- tag: concurrency-1.11.0.1+ tag: concurrency-1.11.0.2 library exposed-modules: Control.Monad.Conc.Class