about summary refs log tree commit diff
path: root/users/Profpatsch/whatcd-resolver/whatcd-resolver.cabal
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-06-27T13·22+0200
committerProfpatsch <mail@profpatsch.de>2023-07-14T08·03+0000
commit5cfdd259df88bc8ecc739b76c68943c7a45f5389 (patch)
treeec8c7b2d5c3b1d597fec51ab169aa2dfce919a47 /users/Profpatsch/whatcd-resolver/whatcd-resolver.cabal
parent70da4318f5aeb8489847e28ff1b8430ef5a7ef28 (diff)
feat(users/Profpatsch/whatcd-resolver): Cache searches & web UI r/6416
When looking up stuff on the tracker, cache the results in our
database and display the best torrent matches in a simple web UI.

Change-Id: Iba8417fbdd3ea812765ab0289a1d5b03b7c2be81
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8857
Reviewed-by: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--users/Profpatsch/whatcd-resolver/whatcd-resolver.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/Profpatsch/whatcd-resolver/whatcd-resolver.cabal b/users/Profpatsch/whatcd-resolver/whatcd-resolver.cabal
index b52ee0b15a..58aebe943c 100644
--- a/users/Profpatsch/whatcd-resolver/whatcd-resolver.cabal
+++ b/users/Profpatsch/whatcd-resolver/whatcd-resolver.cabal
@@ -88,4 +88,8 @@ library
         unliftio,
         monad-logger,
         unix,
+        warp,
+        wai,
+        ihp-hsx,
+        blaze-html,