genvalidity-hspec-binary
Standard spec's for binary-related Instances
https://github.com/NorfairKing/validity#readme
LTS Haskell 23.27: | 1.0.0.0 |
Stackage Nightly 2025-07-12: | 1.0.0.0 |
Latest on Hackage: | 1.0.0.0 |
MIT licensedbyNick Van den Broeck
Maintained by[email protected]
This version can be pinned in stack with:
genvalidity-hspec-binary-1.0.0.0@sha256:94f6da66f3204b4a7f369625b3cd05d6de938d575372c60afd40122c97321b9b,1652
Module documentation for 1.0.0.0
- Test
- Test.Validity
Depends on 7 packages(full list with versions):
Standard spec's for cereal-related Instances, seehttps://hackage.haskell.org/package/binary.
Changes
Changelog
[1.0.0.0] - 2021-11-20
- Compatibility with
genvalidity >= 1.0.0.0
- Renamed every combinator that ends in
OnValid
(or similar) to not have that suffix anymore.
Removed
- Every combinator that relates to unchecked or invalid values.
[0.3.0.2] - 2020-02-10
Changed
- Removed the doctests
- Improved the cabal file
[0.3.0.1] - 2018-10-07
Changed
- Fixed the order of the
shouldBe
in the roundtrip spec combinator - Compatibility with validity >=0.9, genvalidity >=0.7 and genvalidity-property >=0.3