Codebase list haskell-html-conduit / e3a7fbe
Fix gitit build-depends we need to manually add -prof and -doc until https://github.com/jgm/gitit/issues/507 is addressed. Joachim Breitner 8 years ago
1 changed file(s) with 68 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2626 libghc-safe-prof,
2727 libghc-configfile-dev (>= 1),
2828 libghc-configfile-dev (<< 1.2),
29 libghc-configfile-prof,
2930 libghc-hstringtemplate-dev (>= 0.6),
3031 libghc-hstringtemplate-dev (<< 0.9),
32 libghc-hstringtemplate-prof,
3133 libghc-http-dev (>= 1:4000.0),
3234 libghc-http-dev (<< 1:4000.3),
35 libghc-http-prof,
3336 libghc-sha-dev (>> 1),
3437 libghc-sha-dev (<< 1.7),
38 libghc-sha-prof,
3539 libghc-aeson-dev (>= 0.7),
3640 libghc-aeson-dev (<< 0.10),
41 libghc-aeson-prof,
3742 libghc-base64-bytestring-dev (>= 0.1),
3843 libghc-base64-bytestring-dev (<< 1.1),
44 libghc-base64-bytestring-prof,
3945 libghc-blaze-html-dev (>= 0.4),
4046 libghc-blaze-html-dev (<< 0.9),
47 libghc-blaze-html-prof,
4148 libghc-feed-dev (>= 0.3.6),
4249 libghc-feed-dev (<< 0.4),
50 libghc-feed-prof,
4351 libghc-filestore-dev (>= 0.6),
4452 libghc-filestore-dev (<< 0.7),
53 libghc-filestore-prof,
4554 libghc-happstack-server-dev (>= 7.0),
4655 libghc-happstack-server-dev (<< 7.5),
56 libghc-happstack-server-prof,
4757 libghc-highlighting-kate-dev (>= 0.5.0.1),
4858 libghc-highlighting-kate-dev (<< 0.7),
59 libghc-highlighting-kate-prof,
4960 libghc-hoauth2-dev (>= 0.4.2),
5061 libghc-hoauth2-dev (<< 0.5),
62 libghc-hoauth2-prof,
5163 libghc-hslogger-dev (>= 1),
5264 libghc-hslogger-dev (<< 1.3),
65 libghc-hslogger-prof,
5366 libghc-http-client-tls-dev (>= 0.2.2),
5467 libghc-http-client-tls-dev (<< 0.3),
68 libghc-http-client-tls-prof,
5569 libghc-http-conduit-dev (>= 2.1.4),
5670 libghc-http-conduit-dev (<< 2.2),
71 libghc-http-conduit-prof,
5772 libghc-json-dev (>= 0.4),
5873 libghc-json-dev (<< 0.10),
74 libghc-json-prof,
5975 libghc-mtl-dev,
76 libghc-mtl-prof,
6077 libghc-network-dev (>= 2.6),
6178 libghc-network-uri-dev (>= 2.6),
6279 libghc-network-uri-dev (<< 2.7),
80 libghc-network-uri-prof,
6381 libghc-old-locale-dev (>= 1),
82 libghc-old-locale-prof,
6483 libghc-old-time-dev,
84 libghc-old-time-prof,
6585 libghc-parsec3-dev,
86 libghc-parsec3-prof,
6687 libghc-random-dev,
88 libghc-random-prof,
6789 libghc-recaptcha-dev (>= 0.1),
90 libghc-recaptcha-prof,
6891 libghc-split-dev,
92 libghc-split-prof,
6993 libghc-syb-dev,
94 libghc-syb-prof,
7095 libghc-tagsoup-dev (>= 0.13),
7196 libghc-tagsoup-dev (<< 0.14),
97 libghc-tagsoup-prof,
7298 libghc-text-dev,
99 libghc-text-prof,
73100 libghc-uri-dev (>= 0.1),
74101 libghc-uri-dev (<< 0.2),
102 libghc-uri-prof,
75103 libghc-url-dev (>= 2.1),
76104 libghc-url-dev (<< 2.2),
105 libghc-url-prof,
77106 libghc-utf8-string-dev (>= 0.3),
78107 libghc-utf8-string-dev (<< 1.1),
108 libghc-utf8-string-prof,
79109 libghc-uuid-dev (>= 1.3),
80110 libghc-uuid-dev (<< 1.4),
111 libghc-uuid-prof,
81112 libghc-xml-dev (>= 1.3.5),
113 libghc-xml-prof,
82114 libghc-xss-sanitize-dev (>= 0.3),
83115 libghc-xss-sanitize-dev (<< 0.4),
116 libghc-xss-sanitize-prof,
84117 libghc-zlib-dev (>= 0.5),
85118 libghc-zlib-dev (<< 0.7),
119 libghc-zlib-prof,
86120 Build-Depends-Indep: ghc-doc,
87121 libghc-ghc-paths-doc,
88122 libghc-pandoc-doc,
89123 libghc-pandoc-types-doc,
90124 libghc-safe-doc,
125 libghc-configfile-doc,
126 libghc-hstringtemplate-doc,
127 libghc-http-doc,
128 libghc-sha-doc,
129 libghc-aeson-doc,
130 libghc-base64-bytestring-doc,
131 libghc-blaze-html-doc,
132 libghc-feed-doc,
133 libghc-filestore-doc,
134 libghc-happstack-server-doc,
135 libghc-highlighting-kate-doc,
136 libghc-hoauth2-doc,
137 libghc-hslogger-doc,
138 libghc-http-client-tls-doc,
139 libghc-http-conduit-doc,
140 libghc-json-doc,
141 libghc-mtl-doc,
142 libghc-network-uri-doc,
143 libghc-old-locale-doc,
144 libghc-old-time-doc,
145 libghc-parsec3-doc,
146 libghc-random-doc,
147 libghc-recaptcha-doc,
148 libghc-split-doc,
149 libghc-syb-doc,
150 libghc-tagsoup-doc,
151 libghc-text-doc,
152 libghc-uri-doc,
153 libghc-url-doc,
154 libghc-utf8-string-doc,
155 libghc-uuid-doc,
156 libghc-xml-doc,
157 libghc-xss-sanitize-doc,
158 libghc-zlib-doc,
91159 Standards-Version: 3.9.6
92160 Homepage: http://gitit.net/
93161 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/gitit