[DHG_packages] 04/05: relational-query-hdbc: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 16:00:45 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 15bd06db90e52e3179b1c0e15cdbbdf712585fd8
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 11:58:18 2016 -0400

    relational-query-hdbc: build with ghc 8 in experimental
---
 p/haskell-relational-query-hdbc/debian/changelog |  6 +++
 p/haskell-relational-query-hdbc/debian/control   | 67 +++++++++++++++---------
 2 files changed, 48 insertions(+), 25 deletions(-)

diff --git a/p/haskell-relational-query-hdbc/debian/changelog b/p/haskell-relational-query-hdbc/debian/changelog
index a92722b..40d07c6 100644
--- a/p/haskell-relational-query-hdbc/debian/changelog
+++ b/p/haskell-relational-query-hdbc/debian/changelog
@@ -1,3 +1,9 @@
+haskell-relational-query-hdbc (0.6.0.2-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 11:58:15 -0400
+
 haskell-relational-query-hdbc (0.6.0.2-1) unstable; urgency=low
 
   * Initial release (Closes: #834879)
diff --git a/p/haskell-relational-query-hdbc/debian/control b/p/haskell-relational-query-hdbc/debian/control
index 2264f32..7968782 100644
--- a/p/haskell-relational-query-hdbc/debian/control
+++ b/p/haskell-relational-query-hdbc/debian/control
@@ -1,21 +1,23 @@
 Source: haskell-relational-query-hdbc
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Kei Hibino <ex8k.hibino at gmail.com>
+Uploaders:
+ Kei Hibino <ex8k.hibino at gmail.com>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-hdbc-dev (>= 2),
- libghc-hdbc-prof,
- libghc-hdbc-session-dev,
- libghc-hdbc-session-prof,
+ haskell-devscripts (>= 0.9),
  libghc-convertible-dev,
  libghc-convertible-prof,
  libghc-dlist-dev,
  libghc-dlist-prof,
+ libghc-hdbc-dev (>= 2),
+ libghc-hdbc-prof,
+ libghc-hdbc-session-dev,
+ libghc-hdbc-session-prof,
  libghc-names-th-dev,
  libghc-names-th-prof,
  libghc-persistable-record-dev (>= 0.4),
@@ -26,11 +28,12 @@ Build-Depends: debhelper (>= 9),
  libghc-relational-schemas-prof,
  libghc-th-data-compat-dev,
  libghc-th-data-compat-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-hdbc-doc,
- libghc-hdbc-session-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-convertible-doc,
  libghc-dlist-doc,
+ libghc-hdbc-doc,
+ libghc-hdbc-session-doc,
  libghc-names-th-doc,
  libghc-persistable-record-doc,
  libghc-relational-query-doc,
@@ -49,13 +52,18 @@ X-Description: relational-query instance and typed interface for HDBC
 
 Package: libghc-relational-query-hdbc-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -63,12 +71,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-relational-query-hdbc-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -77,11 +90,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-relational-query-hdbc-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

-- 
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