File ghc-quickcheck-instances.changes of Package ghc-quickcheck-instances
-------------------------------------------------------------------
Sun Oct 15 16:15:49 UTC 2023 - Peter Simons <psimons@suse.com>
- Update quickcheck-instances to version 0.3.30 revision 1.
0.3.30
* Improve Arbitrary UUID instance
Previously "small" UUIDs were generated, e.g.
```
00000001-0000-0001-0000-000000000001
00000002-0000-0000-0000-000200000002
00000004-0000-0004-0000-000400000001
00000005-0000-0000-0000-000500000007
00000001-0000-000d-0000-00050000000e
```
but now they are uniformly random
```
c4683284-bfe3-224b-29a6-1e7f11ceef65
7bf6564d-5dcf-3e37-b13d-867085f54dae
5b006243-0a70-9321-6594-20dde3d72112
2d8ed56e-ed20-7258-7c1f-b46fa9b87946
f1503184-9d3c-aacd-e9a7-36c655b70f41
```
0.3.29.1
* Support `OneTuple-0.4`
0.3.29
* Support `primitive-0.8`
* Use `data-array-byte` shim package for instances for `Data.Array.Byte.ByteArray`
0.3.28
* Add instances for `Data.Array.Byte.ByteArray` (`base-4.17`)
* Add instances for `Data.Primitive.ByteArray` (`primitive`)
-------------------------------------------------------------------
Sat Jan 1 01:31:39 UTC 2022 - Peter Simons <psimons@suse.com>
- Update quickcheck-instances to version 0.3.27 revision 1.
0.3.27
* Add instances for `Backwards`, `Reverse` and `Lift` from `transformers`
-------------------------------------------------------------------
Tue Nov 16 19:52:43 UTC 2021 - psimons@suse.com
- Update quickcheck-instances to version 0.3.26.1 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Nov 1 08:22:04 UTC 2021 - psimons@suse.com
- Update quickcheck-instances to version 0.3.26.1.
0.3.26.1
* Support `hashable-1.4`
0.3.26
* Support base-4.16 / GHC-9.2
* Add instances for `text-short`'s `ShortText` type
* Add instances for `Solo`
* Fix bug in `CoArbitrary (Hashed a)` instance
-------------------------------------------------------------------
Wed Jul 28 07:41:13 UTC 2021 - psimons@suse.com
- Update quickcheck-instances to version 0.3.25.2 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Apr 26 09:47:01 UTC 2021 - psimons@suse.com
- Add quickcheck-instances at version 0.3.25.2 revision 1.