From c2856dc2cd11655e81c8b45faa821fb070520045 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 17 Mar 2024 12:43:05 +0100 Subject: chore(users/Profpatsch/whatcd-resolver): Transmission & Redacted MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Autosubmit: Profpatsch --- users/Profpatsch/whatcd-resolver/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'users/Profpatsch/whatcd-resolver/default.nix') diff --git a/users/Profpatsch/whatcd-resolver/default.nix b/users/Profpatsch/whatcd-resolver/default.nix index d209d6587626..82998bf6d705 100644 --- a/users/Profpatsch/whatcd-resolver/default.nix +++ b/users/Profpatsch/whatcd-resolver/default.nix @@ -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; -- cgit 1.4.1