about summary refs log tree commit diff
path: root/users/Profpatsch/mailbox-org/mailbox-org.cabal
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-01-08T22·49+0100
committerProfpatsch <mail@profpatsch.de>2023-01-08T23·10+0000
commit48686ca0d60e5be1d909ee9921ce66152367eb2d (patch)
tree8aae1e452fe66fd99c207e7e9f048ec6d70b5f65 /users/Profpatsch/mailbox-org/mailbox-org.cabal
parentcd40585ea4481625ed8c198ee56ce2e453a1cd9c (diff)
feat(users/Profpatsch/mailbox-org): Set up passing of sieve-test r/5633
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 <mail@profpatsch.de>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--users/Profpatsch/mailbox-org/mailbox-org.cabal10
1 files changed, 10 insertions, 0 deletions
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,