2021-05-02 15:26:25 -05:00
|
|
|
name: simplex-chat
|
2021-05-10 13:49:21 -05:00
|
|
|
version: 0.3.1
|
2021-05-02 15:26:25 -05:00
|
|
|
#synopsis:
|
|
|
|
#description:
|
|
|
|
homepage: https://github.com/simplex-chat/simplex-chat#readme
|
|
|
|
license: AGPL-3
|
|
|
|
author: Evgeny Poberezkin
|
|
|
|
maintainer: evgeny@poberezkin.com
|
|
|
|
copyright: 2020 Evgeny Poberezkin
|
|
|
|
category: Web, System, Services, Cryptography
|
|
|
|
extra-source-files:
|
|
|
|
- README.md
|
|
|
|
|
2021-05-09 04:53:18 -05:00
|
|
|
dependencies:
|
|
|
|
- ansi-terminal == 0.10.*
|
|
|
|
- attoparsec == 0.13.*
|
|
|
|
- base == 4.13.*
|
|
|
|
- containers == 0.6.*
|
|
|
|
- text == 1.2.*
|
|
|
|
|
|
|
|
library:
|
|
|
|
source-dirs: src
|
|
|
|
|
2021-05-02 15:26:25 -05:00
|
|
|
executables:
|
|
|
|
dog-food:
|
|
|
|
source-dirs: apps/dog-food
|
|
|
|
main: Main.hs
|
|
|
|
dependencies:
|
2021-05-09 04:53:18 -05:00
|
|
|
- simplex-chat
|
2021-05-02 15:26:25 -05:00
|
|
|
- async == 2.2.*
|
|
|
|
- bytestring == 0.10.*
|
|
|
|
- directory == 1.3.*
|
|
|
|
- filepath == 1.4.*
|
|
|
|
- mtl == 2.2.*
|
|
|
|
- optparse-applicative == 0.15.*
|
|
|
|
- simple-logger == 0.1.*
|
|
|
|
- simplexmq == 0.3.*
|
|
|
|
- stm == 2.5.*
|
|
|
|
- terminal == 0.2.*
|
2021-05-08 05:49:17 -05:00
|
|
|
- time == 1.9.*
|
2021-05-02 15:26:25 -05:00
|
|
|
- unliftio == 0.2.*
|
|
|
|
ghc-options:
|
|
|
|
- -threaded
|
|
|
|
|
2021-05-09 04:53:18 -05:00
|
|
|
tests:
|
|
|
|
simplex-chat-test:
|
|
|
|
source-dirs: tests
|
|
|
|
main: Test.hs
|
|
|
|
dependencies:
|
|
|
|
- simplex-chat
|
|
|
|
- hspec == 2.7.*
|
|
|
|
|
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
|