aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
blob: f72db5a275bd472b3eab98b89db7855467e0be1b (plain)
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
28
name: phylogenies
version: 0.0.1
synopsis: phylogeny inferencing
maintainer: Justin Bedo <cu@cua0.org>
license: MIT

executables:
  cluster:
    main: cluster.hs
    source-dirs: bin
    ghc-options: [-rtsopts]
    dependencies:
      - base >= 4.9 && < 5
      - ppl
      - containers
      - log-domain
      - random
      - optparse-applicative
      - ghc-compact
  draw:
    main: draw.hs
    source-dirs: bin
    ghc-options: [-rtsopts]
    dependencies:
      - base >= 4.9 && < 5
      - optparse-applicative
      - split
      - containers