diff options
author | Profpatsch <mail@profpatsch.de> | 2024-03-17T11·43+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-23T05·27+0000 |
commit | c2856dc2cd11655e81c8b45faa821fb070520045 (patch) | |
tree | b7263b3a4ad1e287ff55950682897fa85368877c /users/Profpatsch/whatcd-resolver/whatcd-resolver.cabal | |
parent | 3281fb9132c815c9a017e8ecd1e49b91b6cb92ff (diff) |
chore(users/Profpatsch/whatcd-resolver): Transmission & Redacted r/7761
Move the functionality into two coarse modules. There’s still the question about whether functions that change the database tables should be in their own storage module, but let’s see if it gets too confusing. Change-Id: Ied1d47b353dd4597ffea35f111f440aad22e981d Reviewed-on: https://cl.tvl.fyi/c/depot/+/11238 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de> Autosubmit: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/whatcd-resolver/whatcd-resolver.cabal')
-rw-r--r-- | users/Profpatsch/whatcd-resolver/whatcd-resolver.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/Profpatsch/whatcd-resolver/whatcd-resolver.cabal b/users/Profpatsch/whatcd-resolver/whatcd-resolver.cabal index 614772db2401..080247a06001 100644 --- a/users/Profpatsch/whatcd-resolver/whatcd-resolver.cabal +++ b/users/Profpatsch/whatcd-resolver/whatcd-resolver.cabal @@ -66,6 +66,8 @@ library WhatcdResolver AppT Html + Transmission + Redacted build-depends: base >=4.15 && <5, |