aboutsummaryrefslogtreecommitdiff
path: root/phylogenies.cabal
diff options
context:
space:
mode:
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