feat(users/Profpatsch/whatcd-resolver): Add server-side search

Change-Id: Ifbbe3bca6988b0a090f456ae8d9dbaa808c89e19
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8867
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
Profpatsch 2023-06-29 13:18:18 +02:00
parent 5cfdd259df
commit 68a9037d17
5 changed files with 462 additions and 81 deletions

View file

@ -62,6 +62,7 @@ library
Postgres.MonadPostgres
Tool
ValidationParseT
Multipart2
build-depends:
base >=4.15 && <5,
@ -90,6 +91,10 @@ library
unix,
warp,
wai,
wai-extra,
ihp-hsx,
blaze-html,
bytestring,
dlist,
selective