-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathseqid.cabal
More file actions
27 lines (24 loc) · 883 Bytes
/
seqid.cabal
File metadata and controls
27 lines (24 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: seqid
version: 0.6.3
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 && < 5
, mtl >= 2.2 && < 2.4
, transformers >= 0.4 && < 0.7
hs-source-dirs: src
default-language: Haskell2010