[DHG_packages] 03/05: http-client-tls: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:17:08 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 a803efed8b10b3dd0d28a93c75dd99ad4d8cedea
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 19:14:46 2016 -0400

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

diff --git a/p/haskell-http-client-tls/debian/changelog b/p/haskell-http-client-tls/debian/changelog
index 3d9011e..3f74aac 100644
--- a/p/haskell-http-client-tls/debian/changelog
+++ b/p/haskell-http-client-tls/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http-client-tls (0.2.4.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 19:14:43 -0400
+
 haskell-http-client-tls (0.2.4.1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-http-client-tls/debian/control b/p/haskell-http-client-tls/debian/control
index 8f6a649..eb033a5 100644
--- a/p/haskell-http-client-tls/debian/control
+++ b/p/haskell-http-client-tls/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-http-client-tls
 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-connection-dev (>= 0.2.2),
  libghc-connection-prof,
  libghc-data-default-class-dev,
@@ -18,7 +20,8 @@ Build-Depends: debhelper (>= 9),
  libghc-network-prof,
  libghc-tls-dev (>= 1.2),
  libghc-tls-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-connection-doc,
  libghc-data-default-class-doc,
  libghc-http-client-doc,
@@ -26,7 +29,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-tls-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/snoyberg/http-client
-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-http-client-tls
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: http-client backend using connection and tls libraries
  Support for making connections via the connection package and, in
@@ -34,12 +37,16 @@ X-Description: http-client backend using connection and tls libraries
 
 Package: libghc-http-client-tls-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}
  .
@@ -47,11 +54,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-http-client-tls-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}
  .
@@ -60,10 +71,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-http-client-tls-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