31 lines
547 B
Plaintext
31 lines
547 B
Plaintext
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
|