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
95
96
97
98
99
100
101
102
103
104
105
106
|
Source: haskell-github
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: James McCoy <jamessan@debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
, haskell-devscripts (>= 0.9)
, ghc
, ghc-prof
, libghc-aeson-dev (>= 0.6.1.0)
, libghc-aeson-prof
, libghc-attoparsec-dev (>= 0.10.3.0)
, libghc-attoparsec-prof
, libghc-base16-bytestring-dev (>= 0.1.1.6)
, libghc-base16-bytestring-prof
, libghc-byteable-dev (>= 0.1.0)
, libghc-byteable-prof
, libghc-case-insensitive-dev (>= 0.4.0.4)
, libghc-case-insensitive-prof,
, libghc-cryptohash-dev (>= 0.11)
, libghc-cryptohash-prof
, libghc-data-default-dev
, libghc-data-default-prof
, libghc-failure-dev
, libghc-failure-prof
, libghc-http-conduit-dev (>= 1.8)
, libghc-http-conduit-prof
, libghc-http-dev
, libghc-http-prof
, libghc-http-types-dev
, libghc-http-types-prof
, libghc-network-dev
, libghc-network-prof
, libghc-text-dev
, libghc-text-prof
, libghc-unordered-containers-dev (<< 0.3)
, libghc-unordered-containers-dev (>= 0.2)
, libghc-unordered-containers-prof
, libghc-vector-dev
, libghc-vector-prof
Build-Depends-Indep: ghc-doc
, libghc-aeson-doc
, libghc-attoparsec-doc
, libghc-base16-bytestring-doc
, libghc-byteable-doc
, libghc-case-insensitive-doc
, libghc-cryptohash-doc
, libghc-data-default-doc
, libghc-failure-doc
, libghc-http-conduit-doc
, libghc-http-doc
, libghc-http-types-doc
, libghc-network-doc
, libghc-text-doc
, libghc-unordered-containers-doc
, libghc-vector-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/github
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-github
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-github
Package: libghc-github-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell Github API${haskell:ShortBlurb}
The Github API provides programmatic access to the full Github Web site,
from Issues to Gists to repos down to the underlying git data like
references and trees. This library wraps all of that, exposing a basic
but Haskell-friendly set of functions and data structures.
.
${haskell:Blurb}
Package: libghc-github-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell Github API${haskell:ShortBlurb}
The Github API provides programmatic access to the full Github Web site,
from Issues to Gists to repos down to the underlying git data like
references and trees. This library wraps all of that, exposing a basic
but Haskell-friendly set of functions and data structures.
.
${haskell:Blurb}
Package: libghc-github-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Haskell Github API${haskell:ShortBlurb}
The Github API provides programmatic access to the full Github Web site,
from Issues to Gists to repos down to the underlying git data like
references and trees. This library wraps all of that, exposing a basic
but Haskell-friendly set of functions and data structures.
.
${haskell:Blurb}
|