chore(users/Profpatsch/whatcd-resolver): Transmission & Redacted
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>
This commit is contained in:
parent
3281fb9132
commit
c2856dc2cd
5 changed files with 858 additions and 732 deletions
|
|
@ -13,6 +13,8 @@ let
|
|||
./src/WhatcdResolver.hs
|
||||
./src/AppT.hs
|
||||
./src/Html.hs
|
||||
./src/Transmission.hs
|
||||
./src/Redacted.hs
|
||||
];
|
||||
|
||||
libraryHaskellDepends = [
|
||||
|
|
@ -23,7 +25,6 @@ let
|
|||
pkgs.haskellPackages.pa-json
|
||||
pkgs.haskellPackages.pa-error-tree
|
||||
pkgs.haskellPackages.pa-field-parser
|
||||
pkgs.haskellPackages.pa-pretty
|
||||
pkgs.haskellPackages.pa-run-command
|
||||
pkgs.haskellPackages.aeson-better-errors
|
||||
pkgs.haskellPackages.blaze-html
|
||||
|
|
@ -40,6 +41,7 @@ let
|
|||
pkgs.haskellPackages.unliftio
|
||||
pkgs.haskellPackages.wai-extra
|
||||
pkgs.haskellPackages.warp
|
||||
pkgs.haskellPackages.punycode
|
||||
];
|
||||
|
||||
isExecutable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue