File unique.cabal of Package ghc-unique
name: unique
category: Concurrency, Data
version: 0
x-revision: 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/unique/
bug-reports: http://github.com/ekmett/unique/issues
copyright: Copyright (C) 2015 Edward A. Kmett
synopsis: Fully concurrent unique identifiers
description: Fully concurrent unique identifiers
build-type: Simple
extra-source-files: .travis.yml CHANGELOG.markdown README.markdown stack.yaml
source-repository head
type: git
location: git://github.com/ekmett/unique.git
library
default-language: Haskell2010
hs-source-dirs: src
other-extensions: CPP, MagicHash, UnboxedTuples
exposed-modules: Control.Concurrent.Unique
ghc-options: -Wall
build-depends:
base >= 4.5 && < 5,
hashable >= 1.1 && < 1.3,
ghc-prim