diff options
author | stuebinm | 2022-02-10 00:14:43 +0100 |
---|---|---|
committer | stuebinm | 2022-03-19 19:26:19 +0100 |
commit | cdb6329b6acaab0a15441554412d8f5ececece1b (patch) | |
tree | 657a0527530b2e11b6507cc516de183f65f28447 /package.yaml | |
parent | a55e0ce93d6a567e76c5a932a304c1c07fab0087 (diff) |
server: simple servant-lucid stuff
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index a4681bc..6a3abc0 100644 --- a/package.yaml +++ b/package.yaml @@ -34,6 +34,7 @@ library: - HList exposed-modules: - CheckDir + - CheckMap - WriteRepo - Util - Types @@ -74,3 +75,5 @@ executables: - microlens - microlens-th - tomland + - lucid + - servant-lucid |