about summary refs log tree commit diff
path: root/package.yaml
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2019-09-07T18·49-0400
committerGriffin Smith <root@gws.fyi>2019-09-07T18·52-0400
commitf03ad6bbd60b6ccdd329fc6740bcea2b554980dd (patch)
treeeba7d803e5468ae12edf133acf21a2e227ef1f6c /package.yaml
parent73a52e531d940858f0ac334d8b2ccda479ea7b5e (diff)
Add cellular-automata cave generator
Add a cellular-automata-based cave level generator, plus an
optparse-applicative-based CLI for invoking level generators in general.
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
index 9ea1ee5217..7df7234c16 100644
--- a/package.yaml
+++ b/package.yaml
@@ -18,6 +18,7 @@ dependencies:
 - base
 
 - aeson
+- array
 - QuickCheck
 - quickcheck-text
 - quickcheck-instances
@@ -37,6 +38,7 @@ dependencies:
 - megaparsec
 - MonadRandom
 - mtl
+- optparse-applicative
 - random
 - raw-strings-qq
 - reflection