~singpolyma/jingle-xmpp

ref: b9ace4a2a7890fc93df2e958bec91f4ff69185d7 jingle-xmpp/jingle.cabal -rw-r--r-- 1.2 KiB
b9ace4a2Stephen Paul Weber Current version in use by cheogram 2 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
cabal-version:       2.2
name:                jingle
version:             0.1.0
synopsis:            Jingle (currently only file transfer)
homepage:            https://git.singpolyma.net/jingle-xmpp
license:             AGPL-3.0-or-later
license-file:        COPYING
author:              Stephen Paul Weber
maintainer:          singpolyma@singpolyma.net
category:            Network
build-type:          Simple
description:
  Jingle is the peer-to-peer media negotiation framework for XMPP

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

library
  default-language:    Haskell2010
  ghc-options:         -Wall -Wno-tabs
  exposed-modules:
    Jingle,
    Jingle.Socks5Server
  other-modules:
    StoreChunks,
    Util
  build-depends:
    base >=4.11 && <4.12,
    base64-bytestring >=1.0 && <1.1,
    basic-prelude >=0.7 && <0.8,
    bytestring >=0.10 && <0.11,
    cache >=0.1 && <0.2,
    clock >=0.7 && <0.8,
    cryptonite >=0.25 && <0.26,
    directory >=1.3 && <1.4,
    errors >=2.3 && <2.4,
    ipld-cid >=0.1 && <0.2,
    multihash-cryptonite >=0.1 && <0.2,
    network >=2.6 && <2.7,
    network-protocol-xmpp >=0.4 && <0.5,
    socks >=0.5 && <0.6,
    unexceptionalio >=0.5 && <0.6,
    xml-types >=0.3 && <0.4