packages feed

Cabal revisions of unique-0

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

revision 1
-name:          unique-category:      Concurrency, Data-version:       0-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 >= 0.2 && < 0.5+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
revision 2
 name:          unique
 category:      Concurrency, Data
 version:       0
-x-revision: 1
+x-revision: 2
 license:       BSD3
 cabal-version: >= 1.10
 license-file:  LICENSE
   ghc-options: -Wall
   build-depends:
     base     >= 4.5 && < 5,
-    hashable >= 1.1 && < 1.3,
+    hashable >= 1.1 && < 1.4,
     ghc-prim