We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccb6eea + d8ae722 commit 4d2e0a8Copy full SHA for 4d2e0a8
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.0.1.0
2
+
3
+- Improved generation of arbitrary `Semigroup` value combinations.
4
+- Added support for building with GHC `9.6` series.
5
6
# 0.0.0.0
7
8
- Provides support for testing instances of classes defined in the following
quickcheck-groups.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: quickcheck-groups
-version: 0.0.0.0
+version: 0.0.1.0
bug-reports: https://github.com/jonathanknowles/quickcheck-groups/issues
license: Apache-2.0
license-file: LICENSE
0 commit comments