summaryrefslogtreecommitdiff
path: root/p/haskell-csv/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 00:42:42 -0400
committerClint Adams <clint@debian.org>2016-10-16 00:42:42 -0400
commitfd9b9d96aa606734828baf1012ad57d110c9531b (patch)
tree0b5757a3cd85a4dd275ab5e661cf1009c445fb71 /p/haskell-csv/debian
parentc3265000d5ff0fd685adc615bbe93185d3382505 (diff)
downloadDHG_packages-fd9b9d96aa606734828baf1012ad57d110c9531b.tar.gz
csv: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-csv/debian')
-rw-r--r--p/haskell-csv/debian/changelog8
-rw-r--r--p/haskell-csv/debian/control50
2 files changed, 36 insertions, 22 deletions
diff --git a/p/haskell-csv/debian/changelog b/p/haskell-csv/debian/changelog
index 88b95fc54..36dbe1628 100644
--- a/p/haskell-csv/debian/changelog
+++ b/p/haskell-csv/debian/changelog
@@ -1,14 +1,14 @@
-haskell-csv (0.1.2-10) UNRELEASED; urgency=medium
+haskell-csv (0.1.2-10) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:05 +0300
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 00:42:36 -0400
haskell-csv (0.1.2-9) unstable; urgency=medium
diff --git a/p/haskell-csv/debian/control b/p/haskell-csv/debian/control
index 679c2a0f1..0e78bdc8a 100644
--- a/p/haskell-csv/debian/control
+++ b/p/haskell-csv/debian/control
@@ -1,30 +1,37 @@
Source: haskell-csv
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
+Uploaders:
+ Clint Adams <clint@debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-parsec3-dev,
libghc-parsec3-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-parsec3-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/csv
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-csv
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-csv-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: CSV loader and dumper${haskell:ShortBlurb}
This library parses and dumps documents that are formatted according
to RFC 4180, "The common Format and MIME Type for Comma-Separated
@@ -35,11 +42,15 @@ Description: CSV loader and dumper${haskell:ShortBlurb}
Package: libghc-csv-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: CSV loader and dumper${haskell:ShortBlurb}
This library parses and dumps documents that are formatted according
to RFC 4180, "The common Format and MIME Type for Comma-Separated
@@ -51,10 +62,13 @@ Description: CSV loader and dumper${haskell:ShortBlurb}
Package: libghc-csv-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: CSV loader and dumper${haskell:ShortBlurb}
This library parses and dumps documents that are formatted according
to RFC 4180, "The common Format and MIME Type for Comma-Separated