~singpolyma/cheogram-sip

ref: fb519e9f4fb20d30fa94dd8434a5a746952d74cf cheogram-sip/cheogram-sip.cabal -rw-r--r-- 2.2 KiB
fb519e9fChristopher Vollick Update Base 3 years ago
                                                                                
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
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.13,
                       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.6,
                       clock                 >=0.7 && <0.8,
                       errors                >=2.3 && <2.4,
                       focus                 >= 1.0.1 && < 1.1,
                       hedis,
                       HTTP,
                       http-types,
                       lens                  >=4.16 && <4.18,
                       mime-mail             >=0.4 && < 0.5,
                       monad-loops,
                       network               >= 2.6.3 && < 2.7,
                       network-protocol-xmpp >=0.4 && <0.5,
                       network-uri           >=2.6 && <2.7,
                       purebred-email        >=0.4.1 && <0.5,
                       safe,
                       SHA,
                       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,
                       xml-types             >=0.3 && <0.4

executable gateway
  import:              defs
  main-is:             gateway.hs
  other-modules:       Util, RedisURL