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 31
|
## 1.0.6 (2023-04-16)
- Support GHC-8.6.5..GHC-9.10.1
## 1.0.5 (2021-05-03)
- Add (Template Haskell) `Lift UUID` instance
## 1.0.4.0
- Declare `Data.UUID.Types` module "`Trustworthy`" with respect to SafeHaskell.
- Use more compact heap object representation which saves 16 bytes on 64bit platforms.
- Add `toWords64`/`fromWords64` functions
- Drop support for GHC < 7.
- Add support for `random-1.2`, i.e. idiomatic `Random` and added `Uniform` instances.
## 1.0.3
- Bump package dependencies.
## 1.0.2
- Add `toText`/`fromText` functions.
## 1.0.1
- Update dependencies in tests and benchmarks.
## 1.0.0
- Initial split from "`uuid-1.3.8`" package.
|