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

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:21:50 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 f9fdcbac338473f1452b99bca9b378c8eb71118e
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:21:03 2016 -0400

    relational-query: build with ghc 8 in experimental
---
 p/haskell-relational-query/debian/changelog |  6 +++
 p/haskell-relational-query/debian/control   | 57 +++++++++++++++++++----------
 2 files changed, 43 insertions(+), 20 deletions(-)

diff --git a/p/haskell-relational-query/debian/changelog b/p/haskell-relational-query/debian/changelog
index b781417..82ee97b 100644
--- a/p/haskell-relational-query/debian/changelog
+++ b/p/haskell-relational-query/debian/changelog
@@ -1,3 +1,9 @@
+haskell-relational-query (0.8.3.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:21:00 -0400
+
 haskell-relational-query (0.8.3.1-1) unstable; urgency=low
 
   * Initial release (Closes: #834877)
diff --git a/p/haskell-relational-query/debian/control b/p/haskell-relational-query/debian/control
index d1acf35..e1c7452 100644
--- a/p/haskell-relational-query/debian/control
+++ b/p/haskell-relational-query/debian/control
@@ -1,19 +1,22 @@
 Source: haskell-relational-query
 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,
+ haskell-devscripts (>= 0.9),
  libghc-dlist-dev,
  libghc-dlist-prof,
  libghc-names-th-dev,
  libghc-names-th-prof,
  libghc-persistable-record-dev (>= 0.3),
  libghc-persistable-record-prof,
+ libghc-quickcheck-simple-dev,
  libghc-sql-words-dev (>= 0.1.4),
  libghc-sql-words-prof,
  libghc-text-dev,
@@ -22,8 +25,8 @@ Build-Depends: debhelper (>= 9),
  libghc-th-reify-compat-prof,
  libghc-time-locale-compat-dev,
  libghc-time-locale-compat-prof,
- libghc-quickcheck-simple-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-dlist-doc,
  libghc-names-th-doc,
  libghc-persistable-record-doc,
@@ -47,13 +50,18 @@ X-Description: Typeful, Modular, Relational, algebraic query engine
 
 Package: libghc-relational-query-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}
  .
@@ -61,12 +69,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-relational-query-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}
  .
@@ -75,11 +88,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-relational-query-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