diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-25T15·21-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-25T15·21-0400 |
commit | db6ea025818b2212725442a733ad02d4b5188d2a (patch) | |
tree | f04282ce40f8ca5584b17dd3c2ba29a1979e49b0 /package.yaml | |
parent | 2c86856ca7784483a7cdd438763b2693a297908a (diff) |
Begin a broken-out NestedMap type
Begin breaking out a NestedMap data structure, which existed in both the variables for the new template system and the structure that stored messages.
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index 40e42a5b8a43..5f43171e38d1 100644 --- a/package.yaml +++ b/package.yaml @@ -24,6 +24,7 @@ dependencies: - quickcheck-text - quickcheck-instances - brick +- bifunctors - checkers - classy-prelude - comonad |