summaryrefslogtreecommitdiff
path: root/p/haskell-haxr/debian/control
blob: 5252663c81cbdd35d693ad8ed05f96611827668a (plain)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Source: haskell-haxr
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.9),
        ghc,
        ghc-prof,
        ghc-ghci,
        libghc-mtl-dev,
        libghc-mtl-prof,
        libghc-mtl-compat-dev,
        libghc-mtl-compat-prof,
        libghc-network-dev (>= 2.6),
        libghc-network-dev (<< 2.7),
        libghc-network-prof,
        libghc-network-uri-dev (>= 2.6),
        libghc-network-uri-dev (<< 2.7),
        libghc-network-uri-prof,
        libghc-haxml-dev (>= 1:1.22),
        libghc-haxml-dev (<< 1:1.26),
        libghc-haxml-prof,
        libghc-http-dev (>= 1:4000),
        libghc-http-prof,
        libghc-base64-bytestring-dev,
        libghc-base64-bytestring-prof,
        libghc-utf8-string-dev,
        libghc-utf8-string-prof,
        libghc-blaze-builder-dev (>= 0.2),
        libghc-blaze-builder-dev (<< 0.5),
        libghc-blaze-builder-prof,
Build-Depends-Indep: ghc-doc,
        libghc-mtl-doc,
        libghc-mtl-compat-doc,
        libghc-network-doc,
        libghc-network-uri-doc,
        libghc-haxml-doc,
        libghc-http-doc,
        libghc-base64-bytestring-doc,
        libghc-utf8-string-doc,
        libghc-blaze-builder-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/haxr
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-haxr
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-haxr

Package: libghc-haxr-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: XML-RPC client and server library for Haskell
 HaXR is a library for writing XML-RPC client and server applications in
 Haskell.
 .
 HaXR consists of two packages: haxr and haxr-th. The latter package
 contains the Template Haskell code used for automatically deriving
 XML-RPC struct representations for Haskell records.
 .
 This package contains the libraries compiled for GHC.

Package: libghc-haxr-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: XML-RPC client and server library for Haskell; profiling library
 HaXR is a library for writing XML-RPC client and server applications in
 Haskell.
 .
 HaXR consists of two packages: haxr and haxr-th. The latter package
 contains the Template Haskell code used for automatically deriving
 XML-RPC struct representations for Haskell records.
 .
 This package contains the profiling libraries compiled for GHC.

Package: libghc-haxr-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: XML-RPC client and server library for Haskell; documentation
 HaXR is a library for writing XML-RPC client and server applications in
 Haskell.
 .
 HaXR consists of two packages: haxr and haxr-th. The latter package
 contains the Template Haskell code used for automatically deriving
 XML-RPC struct representations for Haskell records.
 .
 This package contains the libraries documentation.