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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 04:45:35 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 435657d2b13771052b3aa8869d0664d869090511
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 00:41:48 2016 -0400

    relational-schemas: build with ghc 8 in experimental
---
 p/haskell-relational-schemas/debian/changelog |  6 +++
 p/haskell-relational-schemas/debian/control   | 55 ++++++++++++++++++---------
 2 files changed, 42 insertions(+), 19 deletions(-)

diff --git a/p/haskell-relational-schemas/debian/changelog b/p/haskell-relational-schemas/debian/changelog
index 98dbab2..9516c52 100644
--- a/p/haskell-relational-schemas/debian/changelog
+++ b/p/haskell-relational-schemas/debian/changelog
@@ -1,3 +1,9 @@
+haskell-relational-schemas (0.1.3.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 00:41:42 -0400
+
 haskell-relational-schemas (0.1.3.1-1) unstable; urgency=low
 
   * Initial release (Closes: #834878)
diff --git a/p/haskell-relational-schemas/debian/control b/p/haskell-relational-schemas/debian/control
index bc3994d..59c0cd3 100644
--- a/p/haskell-relational-schemas/debian/control
+++ b/p/haskell-relational-schemas/debian/control
@@ -1,18 +1,21 @@
 Source: haskell-relational-schemas
 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-persistable-record-dev (>= 0.2),
  libghc-persistable-record-prof,
  libghc-relational-query-dev (>= 0.8),
  libghc-relational-query-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-persistable-record-doc,
  libghc-relational-query-doc,
 Standards-Version: 3.9.8
@@ -31,13 +34,18 @@ X-Description: RDBMSs' schema templates for relational-query
 
 Package: libghc-relational-schemas-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}
  .
@@ -45,12 +53,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-relational-schemas-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}
  .
@@ -59,11 +72,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-relational-schemas-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