cabal-version: 3.6 name: datarekisteri-server version: 0.0.1 author: Saku Laesvuori license: AGPL-3.0-or-later license-file: COPYING.md build-type: Simple stability: alpha data-files: db/migrations/*.sql executable datarekisteri-server build-depends: aeson, base, base64, cryptonite, datarekisteri-core, email-validate, esqueleto, memory, mime-mail, monad-logger, morpheus-graphql, morpheus-graphql-app, morpheus-graphql-core, morpheus-graphql-server, mtl, optparse-applicative, persistent, persistent-postgresql, process, relude, scotty, smtp-mail, text, time, containers, wai, warp, wai-cors, wai-extra, directory main-is: Server.hs other-modules: Server.API, Server.DB, Server.DB.Queries, Server.Email, Server.Types, Server.Utils, Paths_datarekisteri_server autogen-modules: Paths_datarekisteri_server hs-source-dirs: src default-language: Haskell2010