[DHG_packages] 01/05: postgresql-libpq: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 17:55:17 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 8a02f0f8d02cf8e72ca11820f40855e2245ad47c
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 13:49:11 2016 -0400

    postgresql-libpq: build with ghc 8 in experimental
---
 p/haskell-postgresql-libpq/debian/changelog |  6 +++++
 p/haskell-postgresql-libpq/debian/control   | 38 +++++++++++++----------------
 2 files changed, 23 insertions(+), 21 deletions(-)

diff --git a/p/haskell-postgresql-libpq/debian/changelog b/p/haskell-postgresql-libpq/debian/changelog
index fc7a950..afa2dbb 100644
--- a/p/haskell-postgresql-libpq/debian/changelog
+++ b/p/haskell-postgresql-libpq/debian/changelog
@@ -1,3 +1,9 @@
+haskell-postgresql-libpq (0.9.2.0-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 13:48:32 -0400
+
 haskell-postgresql-libpq (0.9.2.0-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-postgresql-libpq/debian/control b/p/haskell-postgresql-libpq/debian/control
index 37b3174..83a5815 100644
--- a/p/haskell-postgresql-libpq/debian/control
+++ b/p/haskell-postgresql-libpq/debian/control
@@ -3,27 +3,25 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 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),
  libpq-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: http://github.com/lpsmith/postgresql-libpq
-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-postgresql-libpq
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-postgresql-libpq-dev
 Architecture: any
-Depends: ${shlibs:Depends},
- ${haskell:Depends},
- ${misc:Depends},
- libpq-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: libpq-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: low-level binding to libpq
  This is a binding to libpq: the C application programmer's interface to
  PostgreSQL. libpq is a set of library functions that allow client
@@ -37,11 +35,10 @@ Description: low-level binding to libpq
 
 Package: libghc-postgresql-libpq-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: low-level binding to libpq; profiling libraries
  This is a binding to libpq: the C application programmer's interface to
  PostgreSQL. libpq is a set of library functions that allow client
@@ -56,10 +53,9 @@ Description: low-level binding to libpq; profiling libraries
 Package: libghc-postgresql-libpq-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: low-level binding to libpq; documentation
  This is a binding to libpq: the C application programmer's interface to
  PostgreSQL. libpq is a set of library functions that allow client

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