From a09d5c9d9f7097dd4baf4e9611e488ee1d12ca2f Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Fri, 16 Dec 2022 10:57:55 +1100 Subject: init --- package.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package.yaml (limited to 'package.yaml') 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 +license: MIT + +executable: + main: cluster.hs + source-dirs: bin + ghc-options: [-rtsopts] + dependencies: + - base >= 4.9 && < 5 + - ppl + - containers + - log-domain + - vector + - random -- cgit v1.2.3