packages feed

Cabal revisions of unique-0.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:          unique-category:      Concurrency, Data-version:       0.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/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: CHANGELOG.markdown README.markdown stack.yaml--tested-with:   GHC == 7.4.2-             , GHC == 7.6.3-             , GHC == 7.8.4-             , GHC == 7.10.3-             , GHC == 8.0.2-             , GHC == 8.2.2-             , GHC == 8.4.4-             , GHC == 8.6.5-             , GHC == 8.8.4-             , GHC == 8.10.3--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.4+name:          unique
+category:      Concurrency, Data
+version:       0.0.1
+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: CHANGELOG.markdown README.markdown stack.yaml
+
+tested-with:   GHC == 7.4.2
+             , GHC == 7.6.3
+             , GHC == 7.8.4
+             , GHC == 7.10.3
+             , GHC == 8.0.2
+             , GHC == 8.2.2
+             , GHC == 8.4.4
+             , GHC == 8.6.5
+             , GHC == 8.8.4
+             , GHC == 8.10.3
+
+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.5