name: concurrent-supply
category: Concurrency, Parallelism
version: 0.1
license: BSD3
cabal-version: >= 1.10
license-file: LICENSE
author: Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: experimental
homepage: http://github.com/ekmett/concurrent-supply/
copyright: Copyright (C) 2011 Edward A. Kmett
synopsis: A fast current unique identifier supply with a pure API
description: A fast current unique identifier supply with a pure API
build-type: Simple
source-repository head
type: git
location: git://github.com/ekmett/concurrent-supply.git
library
default-language: Haskell2010
other-extensions: MagicHash, UnboxedTuples
exposed-modules:
Control.Concurrent.Supply
ghc-options: -Wall
build-depends:
base >= 4 && < 5,
hashable >= 1.1 && < 1.2,
ghc-prim >= 0.2 && < 0.4