datarekisteri/core/datarekisteri-core.cabal

31 lines
547 B
Plaintext
Raw Normal View History

2023-09-21 07:37:07 +03:00
cabal-version: 3.6
name: datarekisteri-core
version: 0.0.1
author: Saku Laesvuori
license: AGPL-3.0-or-later
license-file: COPYING.md
build-type: Simple
stability: alpha
library
build-depends:
aeson,
base,
base64,
cryptonite,
email-validate,
memory,
morpheus-graphql,
morpheus-graphql-app,
morpheus-graphql-core,
morpheus-graphql-server,
persistent,
relude,
text,
time,
containers,
exposed-modules:
Datarekisteri.Core.Types
hs-source-dirs: src
default-language: Haskell2010