2021-05-02 21:26:25 +01:00
|
|
|
name: simplex-chat
|
2022-06-01 18:58:06 +04:00
|
|
|
version: 2.2.0
|
2021-05-02 21:26:25 +01:00
|
|
|
#synopsis:
|
|
|
|
|
#description:
|
|
|
|
|
homepage: https://github.com/simplex-chat/simplex-chat#readme
|
|
|
|
|
license: AGPL-3
|
2022-01-12 21:18:54 +00:00
|
|
|
author: simplex.chat
|
|
|
|
|
maintainer: chat@simplex.chat
|
|
|
|
|
copyright: 2020-22 simplex.chat
|
2021-05-02 21:26:25 +01:00
|
|
|
category: Web, System, Services, Cryptography
|
|
|
|
|
extra-source-files:
|
|
|
|
|
- README.md
|
|
|
|
|
|
2021-05-09 10:53:18 +01:00
|
|
|
dependencies:
|
2022-01-29 20:21:37 +00:00
|
|
|
- aeson == 2.0.*
|
2022-01-06 23:11:53 +00:00
|
|
|
- ansi-terminal >= 0.10 && < 0.12
|
2022-02-06 16:18:01 +00:00
|
|
|
- async == 2.2.*
|
2022-01-29 20:21:37 +00:00
|
|
|
- attoparsec == 0.14.*
|
2021-06-10 20:34:52 +01:00
|
|
|
- base >= 4.7 && < 5
|
2021-07-11 12:22:22 +01:00
|
|
|
- base64-bytestring >= 1.0 && < 1.3
|
2021-06-25 18:18:24 +01:00
|
|
|
- bytestring == 0.10.*
|
2021-07-16 07:40:55 +01:00
|
|
|
- composition == 1.0.*
|
2021-05-09 10:53:18 +01:00
|
|
|
- containers == 0.6.*
|
2021-07-12 19:00:03 +01:00
|
|
|
- cryptonite >= 0.27 && < 0.30
|
2021-07-05 20:05:07 +01:00
|
|
|
- directory == 1.3.*
|
2022-02-24 07:55:18 +00:00
|
|
|
- email-validate == 2.3.*
|
2021-07-07 22:46:38 +01:00
|
|
|
- exceptions == 0.10.*
|
2021-07-05 20:05:07 +01:00
|
|
|
- filepath == 1.4.*
|
2022-05-17 08:37:00 +01:00
|
|
|
- http-types == 0.12.*
|
2021-07-04 18:42:24 +01:00
|
|
|
- mtl == 2.2.*
|
2022-01-06 16:03:45 +00:00
|
|
|
- optparse-applicative >= 0.15 && < 0.17
|
2021-07-05 20:05:07 +01:00
|
|
|
- process == 1.6.*
|
2021-07-07 22:46:38 +01:00
|
|
|
- simple-logger == 0.1.*
|
2022-04-21 20:04:22 +01:00
|
|
|
- simplexmq >= 1.1 && < 3.0
|
2021-07-04 18:42:24 +01:00
|
|
|
- sqlite-simple == 0.4.*
|
2021-07-12 19:00:03 +01:00
|
|
|
- stm == 2.5.*
|
2021-07-05 20:05:07 +01:00
|
|
|
- terminal == 0.2.*
|
2021-05-09 10:53:18 +01:00
|
|
|
- text == 1.2.*
|
2021-07-05 19:54:44 +01:00
|
|
|
- time == 1.9.*
|
2021-07-05 20:05:07 +01:00
|
|
|
- unliftio == 0.2.*
|
|
|
|
|
- unliftio-core == 0.2.*
|
2021-05-09 10:53:18 +01:00
|
|
|
|
|
|
|
|
library:
|
|
|
|
|
source-dirs: src
|
|
|
|
|
|
2021-05-02 21:26:25 +01:00
|
|
|
executables:
|
2021-06-25 18:18:24 +01:00
|
|
|
simplex-chat:
|
|
|
|
|
source-dirs: apps/simplex-chat
|
|
|
|
|
main: Main.hs
|
|
|
|
|
dependencies:
|
|
|
|
|
- simplex-chat
|
2022-05-13 19:44:03 +01:00
|
|
|
- network == 3.1.*
|
|
|
|
|
- websockets == 0.12.*
|
2021-05-02 21:26:25 +01:00
|
|
|
ghc-options:
|
|
|
|
|
- -threaded
|
|
|
|
|
|
2022-04-04 08:14:42 +01:00
|
|
|
simplex-bot:
|
|
|
|
|
source-dirs: apps/simplex-bot
|
|
|
|
|
main: Main.hs
|
|
|
|
|
dependencies:
|
|
|
|
|
- simplex-chat
|
|
|
|
|
ghc-options:
|
|
|
|
|
- -threaded
|
|
|
|
|
|
|
|
|
|
simplex-bot-advanced:
|
|
|
|
|
source-dirs: apps/simplex-bot-advanced
|
|
|
|
|
main: Main.hs
|
|
|
|
|
dependencies:
|
|
|
|
|
- simplex-chat
|
|
|
|
|
ghc-options:
|
|
|
|
|
- -threaded
|
|
|
|
|
|
2021-05-09 10:53:18 +01:00
|
|
|
tests:
|
|
|
|
|
simplex-chat-test:
|
|
|
|
|
source-dirs: tests
|
|
|
|
|
main: Test.hs
|
|
|
|
|
dependencies:
|
|
|
|
|
- simplex-chat
|
2021-07-07 22:46:38 +01:00
|
|
|
- async == 2.2.*
|
2021-05-09 10:53:18 +01:00
|
|
|
- hspec == 2.7.*
|
2021-08-05 20:51:48 +01:00
|
|
|
- network == 3.1.*
|
2021-07-07 22:46:38 +01:00
|
|
|
- stm == 2.5.*
|
2022-03-23 11:37:51 +00:00
|
|
|
ghc-options:
|
|
|
|
|
- -threaded
|
2021-05-09 10:53:18 +01:00
|
|
|
|
2021-05-02 21:26:25 +01:00
|
|
|
ghc-options:
|
|
|
|
|
# - -haddock
|
|
|
|
|
- -Wall
|
|
|
|
|
- -Wcompat
|
|
|
|
|
- -Werror=incomplete-patterns
|
|
|
|
|
- -Wredundant-constraints
|
|
|
|
|
- -Wincomplete-record-updates
|
|
|
|
|
- -Wincomplete-uni-patterns
|
|
|
|
|
- -Wunused-type-patterns
|