1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
# 1.0.5
- Support GHC-8.6.5..GHC-9.10.1
# 1.0.4.1
- Support OneTuple-0.4
# 1.0.4
- Depend on `data-byte-array` to provide `Data.Array.Byte` instance
# 1.0.3
- Add `ByteArray` (from `Data.Array.Byte` instance)
# 1.0.2
- Add `Solo` instance
# 1.0.1
- Fix `MonadFail` instances shim
- `NonEmpty` doesn't fail on empty list
# 1
Stripped down the package to only shim `binary` orphans.
For more instances check [binary-instances](https://hackage.haskell.org/package/binary-instances) package.
|