packages feed

Cabal revisions of seqid-0.5.2

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

revision 1
-name:                seqid-version:             0.5.2-synopsis:            Sequence ID production and consumption-description:         Uniquely identify elements in a sequence.-License:             BSD3-License-file:        LICENSE-author:              Luke Hoersten-maintainer:          luke@bitnomial.com-copyright:           Bitnomial, Inc. (c) 2016-category:            Data-build-type:          Simple-cabal-version:       >= 1.10-homepage:            https://github.com/bitnomial/seqid-bug-reports:         https://github.com/bitnomial/seqid/issues--source-repository head-  type: git-  location: git://github.com/bitnomial/seqid.git--library-  exposed-modules: Data.SequenceId-  build-depends: base         >= 4.7 && < 4.10-               , mtl          >= 2.2 && < 2.3-               , transformers >= 0.4 && < 0.6--  hs-source-dirs:      src-  default-language:    Haskell2010+name:                seqid
+version:             0.5.2
+x-revision: 1
+synopsis:            Sequence ID production and consumption
+description:         Uniquely identify elements in a sequence.
+License:             BSD3
+License-file:        LICENSE
+author:              Luke Hoersten
+maintainer:          luke@bitnomial.com
+copyright:           Bitnomial, Inc. (c) 2016
+category:            Data
+build-type:          Simple
+cabal-version:       >= 1.10
+homepage:            https://github.com/bitnomial/seqid
+bug-reports:         https://github.com/bitnomial/seqid/issues
+
+source-repository head
+  type: git
+  location: git://github.com/bitnomial/seqid.git
+
+library
+  exposed-modules: Data.SequenceId
+  build-depends: base         >= 4.7 && < 4.11
+               , mtl          >= 2.2 && < 2.3
+               , transformers >= 0.4 && < 0.6
+
+  hs-source-dirs:      src
+  default-language:    Haskell2010