[DHG_packages] 02/06: wai: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 20:18:49 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 c0174acc63399fcc63808d36eb67b01aa85cdf93
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:12:31 2016 -0400

    wai: build with ghc 8 in experimental
---
 p/haskell-wai/debian/changelog |  6 ++---
 p/haskell-wai/debian/control   | 58 ++++++++++++++++++++++++++----------------
 2 files changed, 39 insertions(+), 25 deletions(-)

diff --git a/p/haskell-wai/debian/changelog b/p/haskell-wai/debian/changelog
index f83f5645..0dc6b4e 100644
--- a/p/haskell-wai/debian/changelog
+++ b/p/haskell-wai/debian/changelog
@@ -1,8 +1,8 @@
-haskell-wai (3.2.1.1-2) UNRELEASED; urgency=medium
+haskell-wai (3.2.1.1-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:13:12 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:12:27 -0400
 
 haskell-wai (3.2.1.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-wai/debian/control b/p/haskell-wai/debian/control
index ec22434..65d8e6a 100644
--- a/p/haskell-wai/debian/control
+++ b/p/haskell-wai/debian/control
@@ -1,28 +1,31 @@
 Source: haskell-wai
 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,
- libghc-blaze-builder-dev (>= 0.2.1.4),
+ haskell-devscripts (>= 0.10),
+ libghc-blaze-builder-dev,
  libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-dev (>= 0.2.1.4),
  libghc-blaze-builder-prof,
+ libghc-hspec-dev,
  libghc-http-types-dev (>= 0.7),
  libghc-http-types-prof,
  libghc-network-dev (>= 2.2.1.5),
  libghc-network-prof,
  libghc-text-dev (>= 0.7),
  libghc-text-prof,
- libghc-vault-dev (>= 0.3),
  libghc-vault-dev (<< 0.4),
+ libghc-vault-dev (>= 0.3),
  libghc-vault-prof,
- libghc-blaze-builder-dev,
- libghc-hspec-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-blaze-builder-doc,
  libghc-http-types-doc,
  libghc-network-doc,
@@ -30,17 +33,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-vault-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/yesodweb/wai
-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-wai
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-wai-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: web application interface${haskell:ShortBlurb}
  It provides a common protocol for communication between web
  applications and web servers.
@@ -49,11 +56,15 @@ Description: web application interface${haskell:ShortBlurb}
 
 Package: libghc-wai-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: web application interface${haskell:ShortBlurb}
  It provides a common protocol for communication between web
  applications and web servers.
@@ -63,10 +74,13 @@ Description: web application interface${haskell:ShortBlurb}
 Package: libghc-wai-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: web application interface${haskell:ShortBlurb}
  It provides a common protocol for communication between web
  applications and web servers.

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