~singpolyma/cheogram

ref: 2885b95af32099106b745d06fcd7761e643c8c5a cheogram/cheogram.cabal -rw-r--r-- 1.6 KiB
2885b95aStephen Paul Weber New homepage and mailing list workflow 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
50
51
52
53
54
55
56
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
        default-language: Haskell2010
        ghc-options:      -Wno-tabs -Wno-orphans

        build-depends:
                base == 4.*,
                basic-prelude,
                attoparsec,
                base58-bytestring,
                base64-bytestring,
                bytestring >= 0.10.0.0,
                case-insensitive,
                containers,
                cryptonite,
                errors,
                monad-loops,
                monads-tf,
                network,
                network-uri,
                network-protocol-xmpp == 0.4.8,
                random,
                random-shuffle,
                SHA,
                stm >= 2.4,
                text,
                time,
                tokyocabinet-haskell,
                uuid,
                xml-types

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