[DHG_packages] 04/06: relational-record: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 20:03:11 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 a0d792628085d0e46588c71de45600b413fbc555
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:00:42 2016 -0400

    relational-record: build with ghc 8 in experimental
---
 p/haskell-relational-record/debian/changelog |  6 +++++
 p/haskell-relational-record/debian/control   | 37 +++++++++++++++++-----------
 2 files changed, 28 insertions(+), 15 deletions(-)

diff --git a/p/haskell-relational-record/debian/changelog b/p/haskell-relational-record/debian/changelog
index 23c153f..98a4203 100644
--- a/p/haskell-relational-record/debian/changelog
+++ b/p/haskell-relational-record/debian/changelog
@@ -1,3 +1,9 @@
+haskell-relational-record (0.1.5.1-3) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:00:39 -0400
+
 haskell-relational-record (0.1.5.1-2) unstable; urgency=medium
 
   * Switch metapackage to install all of relational-record
diff --git a/p/haskell-relational-record/debian/control b/p/haskell-relational-record/debian/control
index 16736d2..7a306ed 100644
--- a/p/haskell-relational-record/debian/control
+++ b/p/haskell-relational-record/debian/control
@@ -1,20 +1,23 @@
 Source: haskell-relational-record
 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 (>= 10),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 10),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.9),
  libghc-persistable-types-hdbc-pg-dev,
  libghc-persistable-types-hdbc-pg-prof,
  libghc-relational-query-dev (>= 0.3),
- libghc-relational-query-prof,
  libghc-relational-query-hdbc-dev,
  libghc-relational-query-hdbc-prof,
-Build-Depends-Indep: ghc-doc,
+ libghc-relational-query-prof,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-persistable-types-hdbc-pg-doc,
  libghc-relational-query-doc,
  libghc-relational-query-hdbc-doc,
@@ -28,9 +31,9 @@ X-Description: metapackage of Relational Record
 Package: haskell-relational-record
 Architecture: any
 Depends:
-  haskell-relational-record-dev,
-  haskell-relational-record-prof,
-  haskell-relational-record-doc,
+ haskell-relational-record-dev,
+ haskell-relational-record-doc,
+ haskell-relational-record-prof,
  ${misc:Depends},
 Description: ${haskell:ShortDescription}
  ${haskell:LongDescription}
@@ -53,8 +56,8 @@ Package: haskell-relational-record-prof
 Architecture: any
 Depends:
  libghc-persistable-types-hdbc-pg-prof,
- libghc-relational-query-prof,
  libghc-relational-query-hdbc-prof,
+ libghc-relational-query-prof,
  ${misc:Depends},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
@@ -68,7 +71,7 @@ Depends:
  libghc-relational-record-doc,
  ${misc:Depends},
 Recommends:
- haskell-relational-record-dev
+ haskell-relational-record-dev,
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -77,11 +80,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-relational-record-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: Documentation package of Haskell Relational Record
  This package includes documentation package of Haskell Relational Record
  library software stack.

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