diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b4a14..d4454a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Revision history for quickcheck-lockstep +## 0.5.1 -- 2024-08-27 + +* PATCH: allow building with `ghc-9.10` +* PATCH: bump dependency versions for `containers` and `QuickCheck` + ## 0.5.0 -- 2024-03-25 * BREAKING: Update `quickcheck-dynamic` dependency to `>=3.4.1`. The main change diff --git a/quickcheck-lockstep.cabal b/quickcheck-lockstep.cabal index 358af9a..c0bae18 100644 --- a/quickcheck-lockstep.cabal +++ b/quickcheck-lockstep.cabal @@ -1,13 +1,15 @@ -cabal-version: 2.4 -name: quickcheck-lockstep -version: 0.5.0 -license: BSD-3-Clause -license-file: LICENSE -author: Edsko de Vries -maintainer: edsko@well-typed.com, joris@well-typed.com -extra-doc-files: README.md -extra-source-files: CHANGELOG.md -category: Testing +cabal-version: 2.4 +name: quickcheck-lockstep +version: 0.5.1 +license: BSD-3-Clause +license-file: LICENSE +author: Edsko de Vries +maintainer: edsko@well-typed.com, joris@well-typed.com +extra-doc-files: + CHANGELOG.md + README.md + +category: Testing synopsis: Library for lockstep-style testing with 'quickcheck-dynamic'