mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-17 09:56:18 +00:00
add cabal.project (#205)
* add cabal.project * update meta-data in package.yaml
This commit is contained in:
committed by
GitHub
parent
b2556e3306
commit
895e3878f9
@@ -0,0 +1,7 @@
|
||||
packages: .
|
||||
|
||||
source-repository-package
|
||||
type: git
|
||||
location: git://github.com/simplex-chat/hs-tls.git
|
||||
tag: cea6d52c512716ff09adcac86ebc95bb0b3bb797
|
||||
subdir: core
|
||||
+4
-3
@@ -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.*
|
||||
|
||||
+4
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user