summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
authorstuebinm2022-02-16 03:07:35 +0100
committerstuebinm2022-03-19 19:26:32 +0100
commit3e0026151485858de6025f27eebe1f941329687a (patch)
treeb98daf620f731c760844bebdc28963453e3e7465 /walint.cabal
parentac81f4a118cc7a067ff26d8f4fd30410cac07e3c (diff)
server: repositores & orgs fixed in config
a very simple setup that might be usable for divoc and similar small events
Diffstat (limited to 'walint.cabal')
-rw-r--r--walint.cabal6
1 files changed, 6 insertions, 0 deletions
diff --git a/walint.cabal b/walint.cabal
index a00fb6e..80c23ba 100644
--- a/walint.cabal
+++ b/walint.cabal
@@ -84,6 +84,7 @@ executable walint-server
Handlers
HtmlOrphans
Server
+ Worker
Paths_walint
hs-source-dirs:
server
@@ -92,16 +93,20 @@ executable walint-server
ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors
build-depends:
aeson
+ , async
, base
, base-compat
+ , base64-bytestring
, bytestring
, cli-extras
, cli-git
, containers
+ , cryptohash-sha1
, directory
, dotgen
, extra
, filepath
+ , fmt
, http-types
, lucid
, microlens
@@ -110,6 +115,7 @@ executable walint-server
, servant
, servant-lucid
, servant-server
+ , stm
, text
, time
, tomland