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
|
# Changelog
`hslua-typing` uses [PVP Versioning][].
## hslua-typing-0.2.0
Released 2026-01-08.
- Drop type *TypeDocs* together with the peeker and pusher
functions `peekTypeDoc` and `pushTypeDoc`.
## hslua-typing-0.1.1
Released 2024-01-18.
- Relaxed upper bound for text and containers, allowing
text-2.1, and containers-0.7.
## hslua-typing-0.1.0
Released 2023-03-13.
- Released into the wild. May it live long and prosper.
[PVP Versioning]: https://pvp.haskell.org
|