aboutsummaryrefslogtreecommitdiffstats
path: root/astore.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-13 06:59:18 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-13 06:59:52 +0100
commit7bb206831b37dde7a0f3208f445c8e645cc36a18 (patch)
treefd9cd99615c12255a25330c012e190f36f6e9664 /astore.cabal
parent0c86cb5623df1053d302175505ad834a623ed0a4 (diff)
add `serve` command
Diffstat (limited to 'astore.cabal')
-rw-r--r--astore.cabal8
1 files changed, 6 insertions, 2 deletions
diff --git a/astore.cabal b/astore.cabal
index 568bb41..232b01f 100644
--- a/astore.cabal
+++ b/astore.cabal
@@ -56,7 +56,7 @@ executable astore
hs-source-dirs: app
default-language: GHC2021
default-extensions:
- LambdaCase NoFieldSelectors OverloadedRecordDot OverloadedStrings
+ LambdaCase MultiWayIf NoFieldSelectors OverloadedRecordDot OverloadedStrings
build-depends:
aeson,
@@ -64,6 +64,10 @@ executable astore
base,
bytestring,
directory,
+ http-types,
mtl,
optparse-applicative,
- repline
+ repline,
+ utf8-string,
+ wai,
+ warp