aboutsummaryrefslogtreecommitdiff
path: root/package.yaml
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 /package.yaml
parentc7059c4d7309f1371f5acf8398b4adb4f2f33881 (diff)
split out tree drawing code into separate executable
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
index aa823e9..f72db5a 100644
--- a/package.yaml
+++ b/package.yaml
@@ -23,3 +23,6 @@ executables:
ghc-options: [-rtsopts]
dependencies:
- base >= 4.9 && < 5
+ - optparse-applicative
+ - split
+ - containers