From a29be8315c2e6647a5878529affda84ec8036ccb Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 11 Oct 2022 11:28:30 +0200 Subject: update stack resolver (also got rid of the map templater, which had version problems with mustache — it's not likely anyone will need it anyways) --- walint.cabal | 45 +++++++++------------------------------------ 1 file changed, 9 insertions(+), 36 deletions(-) (limited to 'walint.cabal') diff --git a/walint.cabal b/walint.cabal index f5fe2fc..c380de3 100644 --- a/walint.cabal +++ b/walint.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 --- This file has been generated from package.yaml by hpack version 0.34.5. +-- This file has been generated from package.yaml by hpack version 0.34.7. -- -- see: https://github.com/sol/hpack @@ -29,6 +29,8 @@ library Properties Uris Paths_walint + autogen-modules: + Paths_walint hs-source-dirs: lib default-extensions: @@ -62,6 +64,8 @@ library tiled Data.Tiled.Abstract other-modules: Paths_walint + autogen-modules: + Paths_walint hs-source-dirs: tiled default-extensions: @@ -76,46 +80,13 @@ library tiled , vector default-language: Haskell2010 -executable cwality-maps - main-is: Main.hs - other-modules: - Config - Substitute - 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 - , monad-logger - , mustache - , parsec - , servant - , servant-server - , text - , tiled - , tomland - , universum - , wai - , wai-extra - , warp - default-language: Haskell2010 - executable walint main-is: Main.hs other-modules: Version Paths_walint + autogen-modules: + Paths_walint hs-source-dirs: src default-extensions: @@ -142,6 +113,8 @@ executable walint-mapserver Server Worker Paths_walint + autogen-modules: + Paths_walint hs-source-dirs: server default-extensions: -- cgit v1.2.3