aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
blob: 45e1f720c834220d393e06fe654cec19632db4fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: phylogenies
version: 0.0.1
synopsis: phylogeny inferencing
maintainer: Justin Bedo <cu@cua0.org>
license: MIT

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