summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
authorstuebinm2022-02-16 17:59:19 +0100
committerstuebinm2022-02-16 18:01:33 +0100
commit3b144c97636620a6fbd3807a8847b5751f86a52d (patch)
tree2071c617a44cbcfc0178ad58e8200dc7248e137b /walint.cabal
parentc1988345690b9da7a82020ff72542860fcb1d68a (diff)
server: remove cli-git, cli-extras
both these packages are hard to use, seem to be either unfinished or abandoned, and also generally not very good. Also for some reason they depend on `lens`. Removing them dramatically shrunk the dependency closure!
Diffstat (limited to 'walint.cabal')
-rw-r--r--walint.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/walint.cabal b/walint.cabal
index 6a2ed46..e721b0d 100644
--- a/walint.cabal
+++ b/walint.cabal
@@ -98,8 +98,6 @@ executable walint-server
, base-compat
, base64-bytestring
, bytestring
- , cli-extras
- , cli-git
, containers
, cryptohash-sha1
, directory
@@ -111,6 +109,7 @@ executable walint-server
, lucid
, microlens-platform
, mtl
+ , process
, servant
, servant-lucid
, servant-server