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