packages feed

Cabal revisions of seqid-0.3.0

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

revision 1
-name:                seqid-version:             0.3.0-synopsis:            Sequence ID production and consumption-description:         Uniquely identify elements in a sequence.-License:             BSD3-License-file:        LICENSE-author:              Luke Hoersten-maintainer:          luke@hoersten.org-category:            Data-build-type:          Simple-cabal-version:       >= 1.10--source-repository head-  type: git-  location: git://github.com/LukeHoersten/seqid.git--library-  exposed-modules: Data.SequenceId-  build-depends: base         >= 4.7 && < 4.8-               , transformers >= 0.2 && < 0.5--  hs-source-dirs:      src-  default-language:    Haskell2010+name:                seqid
+version:             0.3.0
+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@hoersten.org
+category:            Data
+build-type:          Simple
+cabal-version:       >= 1.10
+
+source-repository head
+  type: git
+  location: git://github.com/LukeHoersten/seqid.git
+
+library
+  exposed-modules: Data.SequenceId
+  build-depends: base         >= 4.7 && < 4.8
+               , transformers >= 0.4 && < 0.5
+
+  hs-source-dirs:      src
+  default-language:    Haskell2010