[DHG_packages] 04/05: csv: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 04:44:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit fd9b9d96aa606734828baf1012ad57d110c9531b
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 00:42:42 2016 -0400

    csv: build with ghc 8 in experimental
---
 p/haskell-csv/debian/changelog |  8 +++----
 p/haskell-csv/debian/control   | 50 +++++++++++++++++++++++++++---------------
 2 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/p/haskell-csv/debian/changelog b/p/haskell-csv/debian/changelog
index 88b95fc..36dbe16 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 at gnu.org>  Tue, 10 May 2016 09:35:05 +0300
+ -- Clint Adams <clint at 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 679c2a0..0e78bdc 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 at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list