[DHG_packages] 02/05: web-routes-boomerang: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 20:53:09 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 ec3503f659bc64d8620ecfaefec52c6aac50775e
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:50:12 2016 -0400

    web-routes-boomerang: build with ghc 8 in experimental
---
 p/haskell-web-routes-boomerang/debian/changelog |  6 +++
 p/haskell-web-routes-boomerang/debian/control   | 56 +++++++++++++++----------
 2 files changed, 41 insertions(+), 21 deletions(-)

diff --git a/p/haskell-web-routes-boomerang/debian/changelog b/p/haskell-web-routes-boomerang/debian/changelog
index ff217fa..93db384 100644
--- a/p/haskell-web-routes-boomerang/debian/changelog
+++ b/p/haskell-web-routes-boomerang/debian/changelog
@@ -1,3 +1,9 @@
+haskell-web-routes-boomerang (0.28.4.2-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:50:10 -0400
+
 haskell-web-routes-boomerang (0.28.4.2-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-web-routes-boomerang/debian/control b/p/haskell-web-routes-boomerang/debian/control
index 5de6ae2..727e579 100644
--- a/p/haskell-web-routes-boomerang/debian/control
+++ b/p/haskell-web-routes-boomerang/debian/control
@@ -1,27 +1,30 @@
 Source: haskell-web-routes-boomerang
 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-boomerang-dev (>= 1.4),
+ haskell-devscripts (>= 0.10),
  libghc-boomerang-dev (<< 1.5),
+ libghc-boomerang-dev (>= 1.4),
  libghc-boomerang-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
- libghc-parsec3-dev (>= 3.1),
  libghc-parsec3-dev (<< 3.2),
+ libghc-parsec3-dev (>= 3.1),
  libghc-parsec3-prof,
- libghc-text-dev (>= 0.11),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11),
  libghc-text-prof,
  libghc-web-routes-dev (>= 0.26),
  libghc-web-routes-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-boomerang-doc,
  libghc-mtl-doc,
  libghc-parsec3-doc,
@@ -29,7 +32,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-web-routes-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/web-routes-boomerang
-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-web-routes-boomerang
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: correctness and composability of application URLs
  This module adds support for creating url parsers/printers using a
@@ -37,12 +40,16 @@ X-Description: correctness and composability of application URLs
 
 Package: libghc-web-routes-boomerang-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}
  .
@@ -50,11 +57,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-web-routes-boomerang-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}
  .
@@ -63,10 +74,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-web-routes-boomerang-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