Release 0.3.12.0 for GHC 9.4 support
This commit is contained in:
parent
a3261edf06
commit
95845870ae
2 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,10 @@ Note: Prior to version 0.3.4.0, this library was named
|
|||
`small-bytearray-builder` is now just a compatibility shim
|
||||
to ease the migration process.
|
||||
|
||||
## 0.3.12.0 -- 2022-12-01
|
||||
|
||||
* Support GHC 9.4.
|
||||
|
||||
## 0.3.11.0 -- 2022-04-12
|
||||
|
||||
* Support GHC 9.2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
cabal-version: 2.2
|
||||
name: bytebuild
|
||||
version: 0.3.11.0
|
||||
version: 0.3.12.0
|
||||
synopsis: Build byte arrays
|
||||
description:
|
||||
This is similar to the builder facilities provided by
|
||||
|
|
Loading…
Reference in a new issue