~singpolyma/cheogram

ref: c1e627735bbcaf0cbdfb80225ab1052dd0f12964 cheogram/cheogram.cabal -rw-r--r-- 2.1 KiB
c1e62773Stephen Paul Weber Guixify 1 year, 8 months 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name:            cheogram
version:         0.0.1
cabal-version:   >= 1.14
license:         OtherLicense
license-file:    COPYING
category:        Network
copyright:       © Stephen Paul Weber
author:          Stephen Paul Weber <singpolyma@singpolyma.net>
maintainer:      Stephen Paul Weber <singpolyma@singpolyma.net>
stability:       experimental
tested-with:     GHC == 7.6.3
synopsis:        Groupchat for everyone!
homepage:        https://git.singpolyma.net/cheogram
bug-reports:     mailto:dev@singpolyma.net
build-type:      Simple
description:
        Bridge between XMPP MUC and SMS.

extra-source-files:
        README

executable cheogram
        main-is: Main.hs
        other-modules: ConfigureDirectMessageRoute, Util, RedisURL, IQManager, UniquePrefix, StanzaRec, Adhoc, Config, DB
        default-language: Haskell2010
        ghc-options:      -Wall -Wno-tabs -Wno-orphans -Wno-name-shadowing -O2 -threaded

        build-depends:
                base == 4.*,
                basic-prelude,
                attoparsec,
                base58-bytestring,
                base64-bytestring,
                bytestring >= 0.10.0.0,
                case-insensitive,
                containers,
                cryptonite,
                dhall >= 1.33 && < 1.40,
                errors,
                hedis,
                HostAndPort,
                HTTP,
                http-types,
                http-streams,
                hstatsd,
                io-streams,
                jingle,
                monad-loops,
                monads-tf,
                network,
                network-uri,
                network-protocol-xmpp >= 0.4.9,
                pcre-light,
                random,
                random-shuffle,
                SHA,
                stm >= 2.4,
                stm-delay,
                text,
                time,
                uuid,
                unexceptionalio,
                unexceptionalio-trans,
                utility-ht,
                xml-types,
                mmorph

source-repository head
        type:     git
        location: https://git.singpolyma.net/cheogram