From 895e3878f98bdcb20665f3ef11ad3e99c3ea465a Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Wed, 12 Jan 2022 21:18:54 +0000 Subject: [PATCH] add cabal.project (#205) * add cabal.project * update meta-data in package.yaml --- cabal.project | 7 +++++++ package.yaml | 7 ++++--- simplex-chat.cabal | 7 ++++--- 3 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 cabal.project diff --git a/cabal.project b/cabal.project new file mode 100644 index 0000000000..26ecdd03eb --- /dev/null +++ b/cabal.project @@ -0,0 +1,7 @@ +packages: . + +source-repository-package + type: git + location: git://github.com/simplex-chat/hs-tls.git + tag: cea6d52c512716ff09adcac86ebc95bb0b3bb797 + subdir: core diff --git a/package.yaml b/package.yaml index 8898663076..1164fcdf67 100644 --- a/package.yaml +++ b/package.yaml @@ -4,12 +4,13 @@ version: 1.0.0 #description: homepage: https://github.com/simplex-chat/simplex-chat#readme license: AGPL-3 -author: Evgeny Poberezkin -maintainer: evgeny@poberezkin.com -copyright: 2020 Evgeny Poberezkin +author: simplex.chat +maintainer: chat@simplex.chat +copyright: 2020-22 simplex.chat category: Web, System, Services, Cryptography extra-source-files: - README.md + - migrations/*.* dependencies: - aeson == 1.5.* diff --git a/simplex-chat.cabal b/simplex-chat.cabal index f7266a89c5..5cf15a6364 100644 --- a/simplex-chat.cabal +++ b/simplex-chat.cabal @@ -8,14 +8,15 @@ name: simplex-chat version: 1.0.0 category: Web, System, Services, Cryptography homepage: https://github.com/simplex-chat/simplex-chat#readme -author: Evgeny Poberezkin -maintainer: evgeny@poberezkin.com -copyright: 2020 Evgeny Poberezkin +author: simplex.chat +maintainer: chat@simplex.chat +copyright: 2020-22 simplex.chat license: AGPL-3 license-file: LICENSE build-type: Simple extra-source-files: README.md + migrations/20220101_initial.sql library exposed-modules: