unique: Fully concurrent unique identifiers

[ bsd3, concurrency, data, library ] [ Propose Tags ] [ Report a vulnerability ]

Fully concurrent unique identifiers.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0, 0.0.1, 0.0.2
Change log CHANGELOG.markdown
Dependencies base (>=4.9 && <5), hashable (>=1.1 && <1.6) [details]
Tested with ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.7, ghc ==9.8.4, ghc ==9.10.2, ghc ==9.12.2
License BSD-3-Clause
Copyright Copyright (C) 2015 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Category Concurrency, Data
Home page http://github.com/ekmett/unique/
Bug tracker http://github.com/ekmett/unique/issues
Source repo head: git clone https://github.com/ekmett/unique.git
Uploaded by ryanglscott at 2025-08-22T22:41:59Z
Distributions NixOS:0.0.1, Stackage:0.0.2
Reverse Dependencies 5 direct, 55 indirect [details]
Downloads 6437 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-08-22 [all 1 reports]

Readme for unique-0.0.2

[back to package description]

unique

Hackage Build Status

This package provides a version of Data.Unique that is fully concurrent.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett