summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
authorstuebinm2022-02-28 00:40:34 +0100
committerstuebinm2022-03-19 19:57:18 +0100
commit3fa02bb09b574bbccf9fc9faadb94f9c61d60e6c (patch)
treea661e50ac91df5b460aac614e3a8a1de57a6b0ba /walint.cabal
parent596096823872aaa491e1a208f70da820322a766f (diff)
little server for making cwality maps (which meow, for now)
Diffstat (limited to '')
-rw-r--r--walint.cabal33
1 files changed, 32 insertions, 1 deletions
diff --git a/walint.cabal b/walint.cabal
index cd79a59..738a748 100644
--- a/walint.cabal
+++ b/walint.cabal
@@ -78,6 +78,37 @@ library tiled
, vector
default-language: Haskell2010
+executable cwality-maps
+ main-is: Main.hs
+ other-modules:
+ Config
+ Paths_walint
+ hs-source-dirs:
+ cwality-maps
+ default-extensions:
+ NoImplicitPrelude
+ ghc-options: -Wall -Wno-name-shadowing -Wno-unticked-promoted-constructors -rtsopts -threaded
+ build-depends:
+ aeson
+ , base
+ , base64
+ , bytestring
+ , containers
+ , directory
+ , filepath
+ , fmt
+ , microlens-platform
+ , servant
+ , servant-server
+ , text
+ , tiled
+ , tomland
+ , universum
+ , wai
+ , wai-extra
+ , warp
+ default-language: Haskell2010
+
executable walint
main-is: Main.hs
other-modules:
@@ -101,7 +132,7 @@ executable walint
, walint
default-language: Haskell2010
-executable walint-server
+executable walint-mapserver
main-is: Main.hs
other-modules:
Handlers