-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.yaml
73 lines (67 loc) · 1.31 KB
/
package.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
name: dmcc
version: 1.1.0.2
synopsis: AVAYA DMCC API bindings and WebSockets server for AVAYA
description:
>-
Partial implementation of CSTA Phase III XML Protocol (ECMA-323)
with AVAYA (DMCC 6.3) extensions.
github: f-me/dmcc
license: BSD3
author: Max Taldykin, Timofey Cherganov, Dmitry Dzhus, Viacheslav Lotsmanov
maintainer: [email protected]
category: Network
extra-source-files:
- CHANGELOG.md
- README.md
- dmcc-ws/example.cfg
default-extensions:
- OverloadedStrings
- RecordWildCards
- NamedFieldPuns
- NoImplicitPrelude
ghc-options:
- -Wall
- -Wcompat
- -Wno-missing-home-modules # fix for haddock (probably caused by *-boot files)
dependencies:
- aeson
- base
- bytestring
- classy-prelude
- containers
- monad-control
- monad-logger
- stm
- text
- unliftio
library:
source-dirs: src
dependencies:
- binary
- case-insensitive
- HsOpenSSL
- http-client
- io-streams
- lens
- network
- openssl-streams
- safe-exceptions
- time
- transformers-base
- xml-conduit
- xml-hamlet
executables:
dmcc-ws:
main: Main.hs
source-dirs: dmcc-ws
dependencies:
- configurator
- dmcc
- random
- unix
- websockets
- stm
other-modules:
- Paths_dmcc
ghc-options:
- -threaded