-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdist.cabal
More file actions
27 lines (25 loc) · 840 Bytes
/
Copy pathdist.cabal
File metadata and controls
27 lines (25 loc) · 840 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: MetAl
Version: 1.1
Cabal-Version: >= 1.2
License: BSD3
Author: Benjamin Blackburne
Build-Type: Simple
--Executable dist
-- Main-Is: Dist.hs
-- HS-Source-Dirs: src
--Executable homdist
-- Main-Is: HomDist.hs
-- HS-Source-Dirs: src
Executable metal
Main-Is: AlnDist.hs
HS-Source-Dirs: src
ghc-options: -O2
Executable metalset
Main-Is: AlnDistSet.hs
HS-Source-Dirs: src
ghc-options: -O2
library
Exposed-Modules: Phylo.Alignment.Dist, Phylo.Alignment.DistSet, Phylo.Alignment.Test
HS-Source-Dirs: src
Build-Depends: phytree >= 0.4.4, json>=0.4.4, bytestring >= 0.9.0.0, parsec >= 2.1.0, mtl >= 1.1.0.2, hashmap >= 1.1.0, QuickCheck>=2.4.0.1, containers >= 0.3.0.0, base >= 3
ghc-options: -O2