diff options
Diffstat (limited to 'walint.cabal')
-rw-r--r-- | walint.cabal | 33 |
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 |