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 maintainer: Stephen Paul Weber 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 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 < 0.8.6.1, 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, tokyocabinet-haskell, uuid, unexceptionalio, unexceptionalio-trans, utility-ht, xml-types, -- temporary fix for https://github.com/Gabriel439/Haskell-MMorph-Library/issues/54 mmorph < 1.1.4 source-repository head type: git location: https://git.singpolyma.net/cheogram