aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
blob: 23b8f7198afff3f9d40e89b2eaf2e0624d65a216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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