packages feed

seqid-0.3.2: seqid.cabal

name:                seqid
version:             0.3.2
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
               , transformers >= 0.4 && < 0.5

  hs-source-dirs:      src
  default-language:    Haskell2010