aboutsummaryrefslogtreecommitdiffstats
path: root/astore.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-19 04:55:36 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-19 04:55:36 +0100
commitbbe3b75bfd0767c61bcd436e843b9c785efd289f (patch)
tree5d3f62f0e8eb8b96f89175bfc43e443648ad4f8c /astore.cabal
parent748f82632e5ab6fc2c2f7a6eedb1ac4c467ccb3e (diff)
support `INSERT`, `DELETE`, `UPDATE`
Diffstat (limited to 'astore.cabal')
-rw-r--r--astore.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/astore.cabal b/astore.cabal
index 232b01f..2aa0f73 100644
--- a/astore.cabal
+++ b/astore.cabal
@@ -40,11 +40,14 @@ library
filepath,
gitlib,
gitlib-libgit2,
+ hlibgit2,
megaparsec,
mtl,
parser-combinators,
+ resourcet,
tagged,
text,
+ time,
unliftio,
unliftio-core,
unordered-containers,