summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
authorstuebinm2022-02-07 18:03:08 +0100
committerstuebinm2022-02-07 18:04:08 +0100
commit729a1983372ed23ec0ceeeb1acdadc6e6989b37a (patch)
treef76c7cb47a056649486076fac3afa25cc5e668e8 /walint.cabal
parentf429cbc0d56dc8426285bc2d5ca7301ec241da98 (diff)
server: proper job handling
Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting)
Diffstat (limited to '')
-rw-r--r--walint.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/walint.cabal b/walint.cabal
index a27852f..9846e7a 100644
--- a/walint.cabal
+++ b/walint.cabal
@@ -79,6 +79,8 @@ executable server
, filepath
, http-media
, logging-effect
+ , microlens
+ , microlens-th
, mtl
, process
, servant