diff options
author | stuebinm | 2022-03-03 15:57:21 +0100 |
---|---|---|
committer | stuebinm | 2022-03-03 15:57:21 +0100 |
commit | 99288bc78efc56a5ef05738d365ac6e007adfd10 (patch) | |
tree | 71b682fe91abc1779ca7de188da5535a27e35318 /stack.yaml | |
parent | 93ba7e10a5ccfa1c57fdd4242f8a459f25d105cb (diff) |
cwality-maps: add mustache templating
not going to be my faviourite templating language, but it seems to work
pretty well for this.
Diffstat (limited to '')
-rw-r--r-- | stack.yaml | 2 | ||||
-rw-r--r-- | stack.yaml.lock | 7 |
2 files changed, 9 insertions, 0 deletions
@@ -27,6 +27,8 @@ extra-deps: - which-0.2@sha256:db82ca7d83d64cce8ad579756f02d27c5bd289806ee02474726f7fafb87318e8,858 - cli-git-0.1.0.2@sha256:4e62e6b7357e4fe698df8b58ba53919f9d4a056e9617dbc00c869a365e316387,1122 - servant-lucid-0.9.0.4@sha256:698db96903a145fdef40cc897f8790728642af917c37b941a98b2da872b65f08,1787 + # mustache is on stackage, but in a version that doesn't yet support aeson 2.0 + - mustache-2.4.0@sha256:bd1cfbd027c04d8329877e95413d34dc357d4bee041dd8978cd6a23b114fbda1,3180 allow-newer: true # use aeson with a non-hash-floodable implementation diff --git a/stack.yaml.lock b/stack.yaml.lock index 05aa1bc..54de1dd 100644 --- a/stack.yaml.lock +++ b/stack.yaml.lock @@ -81,6 +81,13 @@ packages: sha256: 39e0e7b2b25980bfe4df036e89959188f9ef9e8c78c85e241fa9a682d1d78cf3 original: hackage: servant-lucid-0.9.0.4@sha256:698db96903a145fdef40cc897f8790728642af917c37b941a98b2da872b65f08,1787 +- completed: + hackage: mustache-2.4.0@sha256:bd1cfbd027c04d8329877e95413d34dc357d4bee041dd8978cd6a23b114fbda1,3180 + pantry-tree: + size: 1182 + sha256: 44c4d43ecfe1fee11fb03ffd49b0580ed00eec5144067092801ef4256df77ef8 + original: + hackage: mustache-2.4.0@sha256:bd1cfbd027c04d8329877e95413d34dc357d4bee041dd8978cd6a23b114fbda1,3180 snapshots: - completed: size: 587393 |