cabal-version: 2.2 name: cheogram-sip version: 0.1.0 synopsis: XMPP to SIP bridge homepage: https://git.singpolyma.net/cheogram-sip license: AGPL-3.0-or-later license-file: COPYING author: Stephen Paul Weber maintainer: singpolyma@singpolyma.net build-type: Simple common defs default-language: Haskell2010 ghc-options: -Wall -Wno-tabs -Wno-orphans build-depends: base >=4.11 && <4.14, attoparsec >=0.13 && <0.14, base64-bytestring, basic-prelude >=0.7 && <0.8, bytestring >=0.10 && <0.11, cache >=0.1 && <0.2, containers >=0.5 && <0.7, clock >=0.7 && <0.9, errors >=2.3 && <2.4, hedis, HTTP, http-types, monad-loops, network >= 2.6.3 && < 2.9, network-protocol-xmpp >=0.4 && <0.5, network-uri >=2.6 && <2.7, safe, SHA, text >=1.2 && <1.3, xml-types >=0.3 && <0.4 executable gateway import: defs main-is: gateway.hs other-modules: Util, RedisURL