aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml31
1 files changed, 19 insertions, 12 deletions
diff --git a/package.yaml b/package.yaml
index 45e1f72..aa823e9 100644
--- a/package.yaml
+++ b/package.yaml
@@ -4,15 +4,22 @@ 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
- - ghc-compact
+executables:
+ cluster:
+ main: cluster.hs
+ source-dirs: bin
+ ghc-options: [-rtsopts]
+ dependencies:
+ - base >= 4.9 && < 5
+ - ppl
+ - containers
+ - log-domain
+ - random
+ - optparse-applicative
+ - ghc-compact
+ draw:
+ main: draw.hs
+ source-dirs: bin
+ ghc-options: [-rtsopts]
+ dependencies:
+ - base >= 4.9 && < 5