name: seqid version: 0.4.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.9 , mtl >= 2.2 && < 2.3 , transformers >= 0.4 && < 0.5 hs-source-dirs: src default-language: Haskell2010