summaryrefslogtreecommitdiff
path: root/p/haskell-hit/debian/control
blob: be0b4954e9ebec5c620566f91b6a91b4ffd23447 (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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Source: haskell-hit
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9),
 cdbs,
 haskell-devscripts (>= 0.9),
 ghc,
 ghc-prof,
 libghc-byteable-dev,
 libghc-byteable-prof,
 libghc-attoparsec-dev (>= 0.10.1),
 libghc-attoparsec-prof,
 libghc-cryptohash-dev,
 libghc-cryptohash-prof,
 libghc-hourglass-dev (>= 0.2),
 libghc-hourglass-prof,
 libghc-mtl-dev,
 libghc-mtl-prof,
 libghc-parsec3-dev,
 libghc-parsec3-prof,
 libghc-patience-dev,
 libghc-patience-prof,
 libghc-random-dev,
 libghc-random-prof,
 libghc-system-fileio-dev,
 libghc-system-fileio-prof,
 libghc-system-filepath-dev,
 libghc-system-filepath-prof,
 libghc-vector-dev,
 libghc-vector-prof,
 libghc-zlib-dev,
 libghc-zlib-prof,
 libghc-zlib-bindings-dev (>= 0.1),
 libghc-zlib-bindings-dev (<< 0.2),
 libghc-zlib-bindings-prof,
 libghc-unix-compat-dev,
 libghc-unix-compat-prof,
 libghc-utf8-string-dev,
 libghc-utf8-string-prof,
 libghc-tasty-dev,
 libghc-tasty-quickcheck-dev (>= 0.2),
 libghc-bytedump-dev (>= 1.0),
Build-Depends-Indep: ghc-doc,
 libghc-byteable-doc,
 libghc-attoparsec-doc,
 libghc-cryptohash-doc,
 libghc-hourglass-doc,
 libghc-mtl-doc,
 libghc-parsec3-doc,
 libghc-patience-doc,
 libghc-random-doc,
 libghc-system-fileio-doc,
 libghc-system-filepath-doc,
 libghc-vector-doc,
 libghc-zlib-doc,
 libghc-zlib-bindings-doc,
 libghc-unix-compat-doc,
 libghc-utf8-string-doc,
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/hit
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hit
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hit
X-Description: Git operations in Haskell
 A Haskell implementation of git storage operations, allowing users to
 manipulate git repositories (read and write).
 .
 This implementation is fully interoperable with the main C
 implementation.
 .
 This is strictly only manipulating the git store (what's inside
 the .git directory), and doesn't do anything with the index or
 your working directory files.

Package: libghc-hit-dev
Architecture: any
Depends: ${haskell:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}

Package: libghc-hit-prof
Architecture: any
Depends: ${haskell:Depends},
 ${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}

Package: libghc-hit-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
 ${haskell:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}