aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2022-12-16 10:57:55 +1100
committerJustin Bedo <cu@cua0.org>2023-01-16 09:02:49 +1100
commita09d5c9d9f7097dd4baf4e9611e488ee1d12ca2f (patch)
tree5fbabdaa8fbc3929dddacf2ddc19eded9a0c692d /package.yaml
init
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml17
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