diff --git a/cabal.project b/cabal.project new file mode 100644 index 000000000..26ecdd03e --- /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 889866307..1164fcdf6 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 f7266a89c..5cf15a636 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: