Package Release Info

ghc-quickcheck-instances-0.3.30-bp156.1.1

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-quickcheck-instances
ghc-quickcheck-instances-devel

Change Logs

* Sun Oct 15 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`)
Version: 0.3.27-bp154.1.15
* Sat Jan 01 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 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 01 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 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 2021 psimons@suse.com
- Add quickcheck-instances at version 0.3.25.2 revision 1.
Version: 0.3.12-bp150.1.3
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Sun Jan 08 2017 psimons@suse.com
- Update to version 0.3.12 revision 2 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
- Update to version 0.3.12 revision 1 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.3.12 revision 0 with cabal2obs.