MIT licensed by Tom Sydney Kerckhove
Maintained by [email protected]
This version can be pinned in stack with:typed-uuid-0.1.0.0@sha256:5ea534f9cdc8e34291fc482d9fad4889a648f08c119a99b70d3c8c0cf681efcd,1301

Module documentation for 0.1.0.0

typed-uuid

Changes

Changelog for typed-uuid

Unreleased changes

[0.1.0.0] - 2020-05-10

Added

  • parseUUIDAsciiBytes
  • parseUUIDLazyAsciiBytes
  • instance YamlSchema (UUID a)
  • instance YamlKeySchema (UUID a)

Changed

  • Renamed uuidBs to uuidASCIIBytes
  • Renamed uuidLBs to uuidLazyASCIIBytes
  • Renamed parseUUID to parseUUIDText

[0.0.0.2] - 2020-02-13

Put a lower bound on the base version

[0.0.0.1] - 2020-02-12

Got typed-uuid to compile with GHC 8.8.x