nqe 0.6.5 → 0.6.6
raw patch · 2 files changed
+10/−5 lines, 2 files
Files
- CHANGELOG.md +5/−0
- nqe.cabal +5/−5
CHANGELOG.md view
@@ -4,6 +4,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.6.6+### Changed+- Simplify author name.+- Bump LTS Haskell.+ ## 0.6.5 ### Fixed - Don't call `waitAnyCatchSTM` with an empty list.
nqe.cabal view
@@ -1,20 +1,20 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.36.0.+-- This file has been generated from package.yaml by hpack version 0.38.0. -- -- see: https://github.com/sol/hpack ----- hash: 294113b7ba7506e5e1487a0172b6daeaa115d1558af30149e09fa01cfdcfe7fc+-- hash: eccc612cfd9271d97bc20072fbd9bda9b4353231324881cd805cd2cf55df53e1 name: nqe-version: 0.6.5+version: 0.6.6 synopsis: Concurrency library in the style of Erlang/OTP description: Please see the README on GitHub at <https://github.com/jprupp/nqe#readme> category: Control homepage: https://github.com/xenog/nqe#readme bug-reports: https://github.com/xenog/nqe/issues-author: Jean-Pierre Rupp-maintainer: xenog@protonmail.com+author: JP Rupp+maintainer: jprupp@protonmail.ch license: MIT license-file: LICENSE build-type: Simple