[DHG_packages] 03/06: authenticate: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:50:03 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 11e7d2ed30c1dfd70b5e301d3defc933ae491e9e
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 19:46:42 2016 -0400

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

diff --git a/p/haskell-authenticate/debian/changelog b/p/haskell-authenticate/debian/changelog
index 14b7698..3aa5d72 100644
--- a/p/haskell-authenticate/debian/changelog
+++ b/p/haskell-authenticate/debian/changelog
@@ -1,3 +1,9 @@
+haskell-authenticate (1.3.3.2-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 19:46:39 -0400
+
 haskell-authenticate (1.3.3.2-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-authenticate/debian/control b/p/haskell-authenticate/debian/control
index 452e24a..8248aae 100644
--- a/p/haskell-authenticate/debian/control
+++ b/p/haskell-authenticate/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-authenticate
 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-aeson-dev (>= 0.5),
  libghc-aeson-prof,
  libghc-attoparsec-dev,
@@ -36,7 +38,8 @@ Build-Depends: debhelper (>= 9),
  libghc-unordered-containers-prof,
  libghc-xml-conduit-dev (>= 1.0),
  libghc-xml-conduit-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-aeson-doc,
  libghc-attoparsec-doc,
  libghc-blaze-builder-doc,
@@ -53,17 +56,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-xml-conduit-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/yesodweb/authenticate
-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-authenticate
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-authenticate-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: authentication methods for Haskell web applications${haskell:ShortBlurb}
  Focus is on third-party authentication methods, such as OpenID,
  rpxnow and Facebook.
@@ -72,11 +79,15 @@ Description: authentication methods for Haskell web applications${haskell:ShortB
 
 Package: libghc-authenticate-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: authentication methods for Haskell web applications${haskell:ShortBlurb}
  Focus is on third-party authentication methods, such as OpenID,
  rpxnow and Facebook.
@@ -86,10 +97,13 @@ Description: authentication methods for Haskell web applications${haskell:ShortB
 Package: libghc-authenticate-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: authentication methods for Haskell web applications${haskell:ShortBlurb}
  Focus is on third-party authentication methods, such as OpenID,
  rpxnow and Facebook.

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