-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathalign.cabal
More file actions
25 lines (24 loc) · 813 Bytes
/
align.cabal
File metadata and controls
25 lines (24 loc) · 813 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
name: align
version: 0.1.1.2
synopsis: Sequence alignment algorithms.
description: Global or local sequence alignment, not exclusively for text.
license: BSD3
license-file: LICENSE
author: Robin Palotai
maintainer: palotai.robin@gmail.com
category: Data
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/robinp/align.git
library
exposed-modules: Data.Align,
Data.Align.Demo
build-depends: base >=4.6 && <5,
containers,
transformers,
vector >=0.10
hs-source-dirs: src
default-language: Haskell98
ghc-options: -Wall