diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-24T15·14-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-24T15·14-0400 |
commit | 2c86856ca7784483a7cdd438763b2693a297908a (patch) | |
tree | b11575c52247b2c2fe0ef4b1a2e0f5da233b0df9 /package.yaml | |
parent | 15b4f0e6a73987f9afbc46f46862b5120029e715 (diff) |
Add a new template system
Add a parser, pretty-printer, and renderer for a new template system, which should eventually be a drop-in replacement for the current mustache-based template system, but also supports text filters (which will be used for things like pluralization and noun casing). Nothing currently uses it yet, though.
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 b74a4df9e515..40e42a5b8a43 100644 --- a/package.yaml +++ b/package.yaml @@ -53,6 +53,7 @@ dependencies: - MonadRandom - mtl - optparse-applicative +- parser-combinators - pointed - random - random-fu |