summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorstuebinm2022-02-12 16:59:47 +0100
committerstuebinm2022-02-12 16:59:47 +0100
commit73f374daa24c52292069fb1a9b178fa98173042e (patch)
treee64636cae4adcc37dcdef7d357b0cc68dfde4552 /package.yaml
parentb953d81fac5326ea2f8bd0080cf9baf2f7c2d0b3 (diff)
server: added (somewhat) sensible logging
it's not very sensible, but at least it exists
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml23
1 files changed, 10 insertions, 13 deletions
diff --git a/package.yaml b/package.yaml
index 8da74b1..4392187 100644
--- a/package.yaml
+++ b/package.yaml
@@ -50,31 +50,28 @@ executables:
- aeson-pretty
- template-haskell
- process
- server:
+ walint-server:
main: Main.hs
source-dirs: 'server'
dependencies:
+ - walint
+ - base-compat
- time
+ - directory
+ - filepath
+ - warp
+ - wai
- servant
- servant-server
- - wai
- - base-compat
- - string-conversions
- - http-media
- - warp
+ - lucid
+ - servant-lucid
+ - http-types
- cli-git
- cli-extras
- - filepath
- - logging-effect
- - process
- extra
- - directory
- - walint
- uuid
- containers
- microlens
- microlens-th
- tomland
- - lucid
- - servant-lucid
- dotgen