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