~singpolyma/cheogram

ref: 1ee27b573992d67f4368f22c24b318309d1ed0f8 cheogram/cheogram.cabal -rw-r--r-- 1.3 KiB
1ee27b57Stephen Paul Weber Cabalize 7 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
name:            cheogram
version:         0.0.1
cabal-version:   >= 1.16
license:         OtherLicense
license-file:    COPYING
category:        Network
copyright:       © 2015-2017 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://github.com/singpolyma/sgx-vitelity
bug-reports:     https://github.com/singpolyma/vgx-vitelity/issues
build-type:      Simple
description:
        Bridge between XMPP MUC and SMS.

extra-source-files:
        README

executable cheogram
        main-is: Main.hs
        default-language: Haskell2010

        build-depends:
                base == 4.*,
                basic-prelude,
                case-insensitive,
                containers,
                errors < 2.0.0,
                monads-tf,
                network,
                network-protocol-xmpp == 0.4.8,
                random,
                random-shuffle,
                stm,
                text,
                time,
                tokyocabinet-haskell,
                uuid,
                xml-types

source-repository head
        type:     git
        location: git://github.com/singpolyma/sgx-vitelity.git