aboutsummaryrefslogtreecommitdiff
path: root/phylogenies.cabal
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2023-01-25 10:14:56 +1100
committerJustin Bedo <cu@cua0.org>2023-01-25 19:42:21 +1100
commitea4c9f0f7959251bf84338b145d5733c38f07871 (patch)
tree283d6644dca4b6c5d933be323a7306523da70355 /phylogenies.cabal
parentc7059c4d7309f1371f5acf8398b4adb4f2f33881 (diff)
split out tree drawing code into separate executable
Diffstat (limited to 'phylogenies.cabal')
-rw-r--r--phylogenies.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/phylogenies.cabal b/phylogenies.cabal
index f2c776f..ae63597 100644
--- a/phylogenies.cabal
+++ b/phylogenies.cabal
@@ -38,4 +38,7 @@ executable draw
ghc-options: -rtsopts
build-depends:
base >=4.9 && <5
+ , containers
+ , optparse-applicative
+ , split
default-language: Haskell2010