cabal-version: 2.2
name: jabber-iq-gateway-web
version: 0.1.0
synopsis: WWW API for jabber:iq:gateway
homepage: https://git.singpolyma.net/jabber-iq-gateway-web
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 -Werror
build-depends: base >=4.11 && <4.14,
attoparsec >=0.13 && <0.14,
basic-prelude >=0.7 && <0.8,
bytestring >=0.10 && <0.11,
containers >=0.5 && <0.6,
errors >=2.3 && <2.4,
http-types >= 0.12.1 && < 0.13,
network >= 2.6.3 && < 2.7,
network-protocol-xmpp >=0.4 && <0.5,
network-uri >=2.6 && <2.7,
purebred-email >=0.3 && <0.4,
stm >=2.4 && <2.6,
stm-containers >= 1.1.0 && < 1.2,
stm-delay >=0.1 && <0.2,
text >=1.2 && <1.3,
time >=1.5 && <2.0,
unexceptionalio-trans >=0.5 && <0.6,
uuid >= 1.3.13 && < 1.4,
wai >= 3.2.1 && < 3.3,
wai-extra >= 3.0.24 && < 3.1,
wai-util >= 0.8 && < 0.9,
warp >= 3.2.25 && < 3.3,
xml-types >=0.3 && <0.4
executable jabber-iq-gateway-web
import: defs
main-is: jabber-iq-gateway-web.hs
other-modules: Router, Util, IQManager