uuid-types

Type definitions for Universally Unique Identifiers

https://github.com/haskell-hvr/uuid

Version on this page:1.0.6@rev:1
LTS Haskell 23.5:1.0.6@rev:2
Stackage Nightly 2025-01-21:1.0.6@rev:2
Latest on Hackage:1.0.6@rev:2

See all snapshots uuid-types appears in

BSD-3-Clause licensed by Antoine Latter
Maintained by Oleg Grenrus
This version can be pinned in stack with:uuid-types-1.0.6@sha256:595644500d36908be85cd02fb446c411555ecc5c59b7ce33d1205cfc9ceb55a6,2604

Module documentation for 1.0.6

  • Data
    • Data.UUID

This library contains type definitions for Universally Unique Identifiers (UUID) (as specified in RFC 4122) and basic conversion functions.

See also the 'uuid' package providing a high-level API for managing the different UUID versions.

Changes