[DHG_packages] 02/05: wreq: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Tue Oct 18 00:12:42 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 3e34317b661f035de5525046aacce5d5f45bc572
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 20:08:54 2016 -0400

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

diff --git a/p/haskell-wreq/debian/changelog b/p/haskell-wreq/debian/changelog
index d51abb4..2cb9b90 100644
--- a/p/haskell-wreq/debian/changelog
+++ b/p/haskell-wreq/debian/changelog
@@ -1,3 +1,9 @@
+haskell-wreq (0.4.1.0-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 20:08:51 -0400
+
 haskell-wreq (0.4.1.0-1) unstable; urgency=low
 
   * Initial release
diff --git a/p/haskell-wreq/debian/control b/p/haskell-wreq/debian/control
index d863126..02b7716 100644
--- a/p/haskell-wreq/debian/control
+++ b/p/haskell-wreq/debian/control
@@ -1,72 +1,75 @@
 Source: haskell-wreq
 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.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.9),
+ libghc-aeson-dev,
  libghc-aeson-dev (>= 0.7.0.3),
+ libghc-aeson-pretty-dev (>= 0.7.1),
  libghc-aeson-prof,
  libghc-attoparsec-dev (>= 0.11.1.0),
  libghc-attoparsec-prof,
- libghc-authenticate-oauth-dev (>= 1.5),
  libghc-authenticate-oauth-dev (<< 1.6),
+ libghc-authenticate-oauth-dev (>= 1.5),
  libghc-authenticate-oauth-prof,
  libghc-base16-bytestring-dev,
  libghc-base16-bytestring-prof,
+ libghc-base64-bytestring-dev,
  libghc-byteable-dev,
  libghc-byteable-prof,
  libghc-case-insensitive-dev,
  libghc-case-insensitive-prof,
  libghc-cryptohash-dev,
  libghc-cryptohash-prof,
+ libghc-doctest-dev,
  libghc-exceptions-dev (>= 0.5),
  libghc-exceptions-prof,
  libghc-hashable-dev,
  libghc-hashable-prof,
+ libghc-http-client-dev,
  libghc-http-client-dev (>= 0.4.6),
  libghc-http-client-prof,
  libghc-http-client-tls-dev (>= 0.2),
  libghc-http-client-tls-prof,
+ libghc-http-types-dev,
  libghc-http-types-dev (>= 0.8),
  libghc-http-types-prof,
- libghc-lens-dev (>= 4.5),
- libghc-lens-prof,
+ libghc-hunit-dev,
  libghc-lens-aeson-dev,
  libghc-lens-aeson-prof,
+ libghc-lens-dev,
+ libghc-lens-dev (>= 4.5),
+ libghc-lens-prof,
  libghc-mime-types-dev,
  libghc-mime-types-prof,
+ libghc-network-info-dev,
  libghc-psqueues-dev (>= 0.2),
  libghc-psqueues-prof,
- libghc-text-dev,
- libghc-text-prof,
- libghc-time-locale-compat-dev,
- libghc-time-locale-compat-prof,
- libghc-unordered-containers-dev,
- libghc-unordered-containers-prof,
- libghc-hunit-dev,
  libghc-quickcheck2-dev (>= 2.7),
- libghc-aeson-dev,
- libghc-aeson-pretty-dev (>= 0.7.1),
- libghc-base64-bytestring-dev,
- libghc-doctest-dev,
- libghc-http-client-dev,
- libghc-http-types-dev,
- libghc-lens-dev,
- libghc-network-info-dev,
  libghc-snap-core-dev,
  libghc-snap-server-dev (>= 0.9.4.4),
  libghc-temporary-dev,
  libghc-test-framework-dev,
  libghc-test-framework-hunit-dev,
  libghc-test-framework-quickcheck2-dev,
+ libghc-text-dev,
+ libghc-text-prof,
+ libghc-time-locale-compat-dev,
+ libghc-time-locale-compat-prof,
  libghc-unix-compat-dev,
+ libghc-unordered-containers-dev,
+ libghc-unordered-containers-prof,
  libghc-uuid-dev,
  libghc-vector-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-aeson-doc,
  libghc-attoparsec-doc,
  libghc-authenticate-oauth-doc,
@@ -79,8 +82,8 @@ Build-Depends-Indep: ghc-doc,
  libghc-http-client-doc,
  libghc-http-client-tls-doc,
  libghc-http-types-doc,
- libghc-lens-doc,
  libghc-lens-aeson-doc,
+ libghc-lens-doc,
  libghc-mime-types-doc,
  libghc-psqueues-doc,
  libghc-text-doc,
@@ -108,13 +111,18 @@ X-Description: easy-to-use HTTP client library
 
 Package: libghc-wreq-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}
  .
@@ -122,12 +130,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-wreq-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}
  .
@@ -136,11 +149,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-wreq-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