| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 0.3.12 revision 2 with cabal2obs.
- Update to version 0.3.12 revision 1 with cabal2obs.
- Update to version 0.3.12 revision 0 with cabal2obs.
- Update quickcheck-instances to version 0.3.27 revision 1. 0.3.27 * Add instances for `Backwards`, `Reverse` and `Lift` from `transformers`
- Update quickcheck-instances to version 0.3.26.1 revision 1. Upstream has revised the Cabal build instructions on Hackage.
- 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
- Update quickcheck-instances to version 0.3.25.2 revision 2. Upstream has revised the Cabal build instructions on Hackage.
- Add quickcheck-instances at version 0.3.25.2 revision 1.
- 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`)