diff options
author | stuebinm | 2022-02-28 00:40:34 +0100 |
---|---|---|
committer | stuebinm | 2022-03-19 19:57:18 +0100 |
commit | 3fa02bb09b574bbccf9fc9faadb94f9c61d60e6c (patch) | |
tree | a661e50ac91df5b460aac614e3a8a1de57a6b0ba /package.yaml | |
parent | 596096823872aaa491e1a208f70da820322a766f (diff) |
little server for making cwality maps (which meow, for now)
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/package.yaml b/package.yaml index 53ef4c2..fa34022 100644 --- a/package.yaml +++ b/package.yaml @@ -61,13 +61,30 @@ executables: - aeson-pretty - template-haskell - process - walint-server: + cwality-maps: + main: Main.hs + source-dirs: 'cwality-maps' + ghc-options: -rtsopts -threaded + dependencies: + - tiled + - servant + - servant-server + - wai + - wai-extra + - warp + - fmt + - tomland + - microlens-platform + - directory + - filepath + - containers + - base64 + walint-mapserver: main: Main.hs source-dirs: 'server' ghc-options: -rtsopts -threaded dependencies: - walint - - universum - containers - base-compat - time |