diff options
author | stuebinm | 2022-02-28 00:40:34 +0100 |
---|---|---|
committer | stuebinm | 2022-02-28 00:40:34 +0100 |
commit | 93ba7e10a5ccfa1c57fdd4242f8a459f25d105cb (patch) | |
tree | 77ba67fd64bedd8bd6514248019bd60410c5b185 /package.yaml | |
parent | 8a201e8658c9365d301a7cda9077ddf005b014c9 (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 |