packages feed

Cabal revisions of concurrent-supply-0.1.4.1

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

revision 1
-name:          concurrent-supply-category:      Concurrency, Parallelism-version:       0.1.4.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/-bug-reports:   http://github.com/ekmett/concurrent-supply/issues-copyright:     Copyright (C) 2011 Edward A. Kmett-synopsis:      A fast concurrent unique identifier supply with a pure API-description:   A fast concurrent unique identifier supply with a pure API-build-type:    Simple-extra-source-files: .travis.yml--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.3,-    ghc-prim >= 0.2 && < 0.4+name:          concurrent-supply
+category:      Concurrency, Parallelism
+version:       0.1.4.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/concurrent-supply/
+bug-reports:   http://github.com/ekmett/concurrent-supply/issues
+copyright:     Copyright (C) 2011 Edward A. Kmett
+synopsis:      A fast concurrent unique identifier supply with a pure API
+description:   A fast concurrent unique identifier supply with a pure API
+build-type:    Simple
+extra-source-files: .travis.yml
+
+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.4,
+    ghc-prim >= 0.2 && < 0.4
revision 2
 name:          concurrent-supply
 category:      Concurrency, Parallelism
 version:       0.1.4.1
-x-revision: 1
+x-revision: 2
 license:       BSD3
 cabal-version: >= 1.10
 license-file:  LICENSE
   ghc-options: -Wall
   build-depends:
     base     >= 4 && < 5,
-    hashable >= 1.1 && < 1.4,
+    hashable >= 1.1 && < 1.5,
     ghc-prim >= 0.2 && < 0.4