Codebase list haskell-http-date / fd9b9d9
csv: build with ghc 8 in experimental Clint Adams 7 years ago
2 changed file(s) with 37 addition(s) and 23 deletion(s). Raw diff Collapse all Expand all
0 haskell-csv (0.1.2-10) UNRELEASED; urgency=medium
0 haskell-csv (0.1.2-10) experimental; urgency=medium
11
22 [ Dmitry Bogatov ]
33 * Use secure (https) uri in Vcs-Git field in 'debian/control'
44 * Bump standards version to 3.9.8 (no changes needed)
55 * Convert `debian/copyright' to dep5 format
66
7 [ Gianfranco Costamagna ]
8 * Fix VCS fields
7 [ Clint Adams ]
8 * Temporarily build-depend on ghc 8.
99
10 -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:05 +0300
10 -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 00:42:36 -0400
1111
1212 haskell-csv (0.1.2-9) unstable; urgency=medium
1313
00 Source: haskell-csv
11 Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
2 Uploaders: Clint Adams <clint@debian.org>
2 Uploaders:
3 Clint Adams <clint@debian.org>,
34 Priority: extra
45 Section: haskell
5 Build-Depends: debhelper (>= 9),
6 Build-Depends:
7 cdbs,
8 debhelper (>= 9),
9 ghc (>= 8),
10 ghc-prof,
611 haskell-devscripts (>= 0.10),
7 cdbs,
8 ghc,
9 ghc-prof,
1012 libghc-parsec3-dev,
1113 libghc-parsec3-prof,
12 Build-Depends-Indep: ghc-doc,
14 Build-Depends-Indep:
15 ghc-doc,
1316 libghc-parsec3-doc,
1417 Standards-Version: 3.9.8
1518 Homepage: http://hackage.haskell.org/package/csv
16 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
19 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-csv
1720 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
1821
1922 Package: libghc-csv-dev
2023 Architecture: any
21 Depends: ${haskell:Depends},
24 Depends:
25 ${haskell:Depends},
26 ${misc:Depends},
2227 ${shlibs:Depends},
23 ${misc:Depends},
24 Recommends: ${haskell:Recommends},
25 Suggests: ${haskell:Suggests},
26 Provides: ${haskell:Provides},
28 Recommends:
29 ${haskell:Recommends},
30 Suggests:
31 ${haskell:Suggests},
32 Provides:
33 ${haskell:Provides},
2734 Description: CSV loader and dumper${haskell:ShortBlurb}
2835 This library parses and dumps documents that are formatted according
2936 to RFC 4180, "The common Format and MIME Type for Comma-Separated
3441
3542 Package: libghc-csv-prof
3643 Architecture: any
37 Depends: ${haskell:Depends},
44 Depends:
45 ${haskell:Depends},
3846 ${misc:Depends},
39 Recommends: ${haskell:Recommends},
40 Suggests: ${haskell:Suggests},
41 Provides: ${haskell:Provides},
47 Recommends:
48 ${haskell:Recommends},
49 Suggests:
50 ${haskell:Suggests},
51 Provides:
52 ${haskell:Provides},
4253 Description: CSV loader and dumper${haskell:ShortBlurb}
4354 This library parses and dumps documents that are formatted according
4455 to RFC 4180, "The common Format and MIME Type for Comma-Separated
5061 Package: libghc-csv-doc
5162 Architecture: all
5263 Section: doc
53 Depends: ${misc:Depends},
64 Depends:
5465 ${haskell:Depends},
55 Recommends: ${haskell:Recommends},
56 Suggests: ${haskell:Suggests},
66 ${misc:Depends},
67 Recommends:
68 ${haskell:Recommends},
69 Suggests:
70 ${haskell:Suggests},
5771 Description: CSV loader and dumper${haskell:ShortBlurb}
5872 This library parses and dumps documents that are formatted according
5973 to RFC 4180, "The common Format and MIME Type for Comma-Separated