aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
blob: 4d96c2515be5fe048f019321106aa2924e34b9ce (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 playground
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
    - vector
    - random