[DHG_packages] 01/06: connection: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 05:29: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 a3df35dc556e17ce10740825949c05626e9ae641
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 01:23:46 2016 -0400

    connection: build with ghc 8 in experimental
---
 p/haskell-connection/debian/changelog |  6 +++++
 p/haskell-connection/debian/control   | 50 ++++++++++++++++++++++-------------
 2 files changed, 38 insertions(+), 18 deletions(-)

diff --git a/p/haskell-connection/debian/changelog b/p/haskell-connection/debian/changelog
index 0552d55..4ab8137 100644
--- a/p/haskell-connection/debian/changelog
+++ b/p/haskell-connection/debian/changelog
@@ -1,3 +1,9 @@
+haskell-connection (0.2.6-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 01:23:38 -0400
+
 haskell-connection (0.2.6-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-connection/debian/control b/p/haskell-connection/debian/control
index a82d5f3..3e9ceb5 100644
--- a/p/haskell-connection/debian/control
+++ b/p/haskell-connection/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-connection
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+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),
  libghc-byteable-dev,
  libghc-byteable-prof,
  libghc-data-default-class-dev,
@@ -26,7 +28,8 @@ Build-Depends: debhelper (>= 9),
  libghc-x509-system-prof,
  libghc-x509-validation-dev (>= 1.5),
  libghc-x509-validation-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-byteable-doc,
  libghc-data-default-class-doc,
  libghc-network-doc,
@@ -38,7 +41,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-x509-validation-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/vincenthz/hs-connection
-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-connection
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: simple and easy network connections API
  Simple network library for all your connection needs.  This library
@@ -47,12 +50,16 @@ X-Description: simple and easy network connections API
 
 Package: libghc-connection-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -60,11 +67,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-connection-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -73,10 +84,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-connection-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 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