aboutsummaryrefslogtreecommitdiffstats
path: root/backend/backend.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-06-05 22:47:49 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-06-05 23:36:34 +0200
commitbfb98d7675515394e1b9a0417bfafc83d775611c (patch)
treedec841dc2ca6b79f8eaa777b90b3b1473f369c9d /backend/backend.cabal
parent2064b4e7767dca2858d8093597503a594dcd74ef (diff)
add schema version
Diffstat (limited to 'backend/backend.cabal')
-rw-r--r--backend/backend.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/backend.cabal b/backend/backend.cabal
index be7099a..058efc7 100644
--- a/backend/backend.cabal
+++ b/backend/backend.cabal
@@ -23,6 +23,7 @@ executable backend
autotypes,
base,
bytestring,
+ common,
containers,
directory,
filepath,
@@ -33,8 +34,11 @@ executable backend
http-types,
mtl,
optparse-applicative,
+ safe,
+ split,
stm,
tagged,
+ text,
utf8-string,
wai,
warp