diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml new file mode 100644 index 0000000..4d96c25 --- /dev/null +++ b/package.yaml @@ -0,0 +1,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 |