cabal-version: >=1.10 name: dmcc version: 1.0.0.0 license: BSD3 license-file: LICENSE maintainer: dima@dzhus.org author: Max Taldykin, Timofey Cherganov, Dmitry Dzhus, Viacheslav Lotsmanov homepage: https://github.com/f-me/dmcc#readme bug-reports: https://github.com/f-me/dmcc/issues 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. category: Network build-type: Simple extra-source-files: CHANGELOG.md dmcc-ws/example.cfg README.md source-repository head type: git location: https://github.com/f-me/dmcc library exposed-modules: DMCC DMCC.Agent DMCC.Prelude DMCC.Session DMCC.Types DMCC.Util DMCC.WebHook DMCC.XML.Raw DMCC.XML.Request DMCC.XML.Response hs-source-dirs: src other-modules: Paths_dmcc default-language: Haskell2010 default-extensions: OverloadedStrings RecordWildCards NamedFieldPuns NoImplicitPrelude ghc-options: -Wall -Wcompat -Wno-missing-home-modules build-depends: HsOpenSSL <0.12, aeson <1.3, base <4.11, binary <0.9, bytestring <0.11, case-insensitive <1.3, classy-prelude <1.5, containers <0.6, http-client <0.6, io-streams <1.6, lens <4.17, monad-control <1.1, monad-logger <0.4, mtl <2.3, network <2.7, openssl-streams <1.3, safe-exceptions <0.2, stm <2.5, text <1.3, time <1.9, transformers <0.6, transformers-base <0.5, unliftio <0.3, xml-conduit <1.9, xml-hamlet <0.6 executable dmcc-ws main-is: Main.hs hs-source-dirs: dmcc-ws other-modules: Paths_dmcc default-language: Haskell2010 default-extensions: OverloadedStrings RecordWildCards NamedFieldPuns NoImplicitPrelude ghc-options: -Wall -Wcompat -Wno-missing-home-modules -threaded build-depends: aeson <1.3, base <4.11, bytestring <0.11, classy-prelude <1.5, configurator <0.4, containers <0.6, dmcc -any, monad-control <1.1, monad-logger <0.4, random <1.2, safe-exceptions <0.2, stm <2.5, text <1.3, time <1.9, transformers-base <0.5, unix <2.8, unliftio <0.3, websockets <0.13