From 48686ca0d60e5be1d909ee9921ce66152367eb2d Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 8 Jan 2023 23:49:32 +0100 Subject: feat(users/Profpatsch/mailbox-org): Set up passing of sieve-test Implement a parser for tools, and instantiate once for arglib-netencode arguments (parsed by the new netencode parser) and one just from the PATH for testing from the repl. Change-Id: Id0cf264100123a87700880c7230d68426224fd0d Reviewed-on: https://cl.tvl.fyi/c/depot/+/7798 Reviewed-by: Profpatsch Tested-by: BuildkiteCI --- users/Profpatsch/mailbox-org/mailbox-org.cabal | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'users/Profpatsch/mailbox-org/mailbox-org.cabal') diff --git a/users/Profpatsch/mailbox-org/mailbox-org.cabal b/users/Profpatsch/mailbox-org/mailbox-org.cabal index 3a1ed91730..66e96608e4 100644 --- a/users/Profpatsch/mailbox-org/mailbox-org.cabal +++ b/users/Profpatsch/mailbox-org/mailbox-org.cabal @@ -11,6 +11,16 @@ executable mailbox-org base >=4.15 && <5, my-prelude, exec-helpers, + netencode, + text, + semigroupoids, + nonempty-containers, + data-fix, + selective, + directory, + mtl, + filepath, + arglib-netencode, random, http-conduit, http-client, -- cgit 1.4.1