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

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 19:35:46 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 f86d9382a71e62594ae8e16464682ea7510ec2d8
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 15:33:41 2016 -0400

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

diff --git a/p/haskell-text-postgresql/debian/changelog b/p/haskell-text-postgresql/debian/changelog
index e86ad55..7fb3bc0 100644
--- a/p/haskell-text-postgresql/debian/changelog
+++ b/p/haskell-text-postgresql/debian/changelog
@@ -1,3 +1,9 @@
+haskell-text-postgresql (0.0.2.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 15:33:33 -0400
+
 haskell-text-postgresql (0.0.2.1-1) unstable; urgency=low
 
   * Initial release (Closes: #833986)
diff --git a/p/haskell-text-postgresql/debian/control b/p/haskell-text-postgresql/debian/control
index 8e64ba1..594e190 100644
--- a/p/haskell-text-postgresql/debian/control
+++ b/p/haskell-text-postgresql/debian/control
@@ -1,18 +1,21 @@
 Source: haskell-text-postgresql
 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-quickcheck2-dev,
  libghc-quickcheck-simple-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-dev,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-dlist-doc,
 Standards-Version: 3.9.8
 Homepage: http://khibino.github.io/haskell-relational-record/
@@ -25,13 +28,18 @@ X-Description: Parser and Printer of PostgreSQL extended types
 
 Package: libghc-text-postgresql-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}
  .
@@ -39,12 +47,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-text-postgresql-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}
  .
@@ -53,11 +66,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-text-postgresql-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