summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
authorstuebinm2022-02-16 17:59:19 +0100
committerstuebinm2022-03-19 19:26:32 +0100
commit8272b6f16b0125382eb44cabd819859f29528a31 (patch)
tree53a950123df4bfc9ccdecf6ccb938907ed4e1e7c /walint.cabal
parentff8eeb131db9e9a0d9d3cef60ddcaa83692fb62c (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 '')
-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