File: CHANGELOG.md

package info (click to toggle)
haskell-binary-orphans 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 64 kB
  • sloc: haskell: 96; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
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.