summaryrefslogtreecommitdiff
path: root/p/haskell-hit/debian/control
blob: 123f1a200dbfa6d2bc894973101e0148c88995d0 (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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
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:
 cdbs,
 debhelper (>= 9),
 ghc (>= 8),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-attoparsec-dev (>= 0.10.1),
 libghc-attoparsec-prof,
 libghc-byteable-dev,
 libghc-byteable-prof,
 libghc-bytedump-dev (>= 1.0),
 libghc-cryptohash-dev,
 libghc-cryptohash-prof,
 libghc-hourglass-dev,
 libghc-hourglass-dev (>= 0.2),
 libghc-hourglass-prof,
 libghc-mtl-dev,
 libghc-mtl-prof,
 libghc-parsec3-dev (>= 3),
 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-tasty-dev,
 libghc-tasty-quickcheck-dev,
 libghc-unix-compat-dev,
 libghc-unix-compat-prof,
 libghc-utf8-string-dev,
 libghc-utf8-string-prof,
 libghc-vector-dev,
 libghc-vector-prof,
 libghc-zlib-bindings-dev (<< 0.2),
 libghc-zlib-bindings-dev (>= 0.1),
 libghc-zlib-bindings-prof,
 libghc-zlib-dev,
 libghc-zlib-prof,
Build-Depends-Indep:
 ghc-doc,
 libghc-attoparsec-doc,
 libghc-byteable-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-unix-compat-doc,
 libghc-utf8-string-doc,
 libghc-vector-doc,
 libghc-zlib-bindings-doc,
 libghc-zlib-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/vincenthz/hit
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hit
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
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},
 ${misc:Depends},
 ${shlibs: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:
 ${haskell:Depends},
 ${misc:Depends},
Recommends:
 ${haskell:Recommends},
Suggests:
 ${haskell:Suggests},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}