[DHG_packages] 05/05: web-routes-th: 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 aacacdded6fdbb15d1a426776f890109b31fe56d
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 16:51:41 2016 -0400
web-routes-th: build with ghc 8 in experimental
---
p/haskell-web-routes-th/debian/changelog | 6 ++++
p/haskell-web-routes-th/debian/control | 52 ++++++++++++++++++++------------
2 files changed, 39 insertions(+), 19 deletions(-)
diff --git a/p/haskell-web-routes-th/debian/changelog b/p/haskell-web-routes-th/debian/changelog
index acfbc47..71389ea 100644
--- a/p/haskell-web-routes-th/debian/changelog
+++ b/p/haskell-web-routes-th/debian/changelog
@@ -1,3 +1,9 @@
+haskell-web-routes-th (0.22.5-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 16:51:38 -0400
+
haskell-web-routes-th (0.22.5-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-web-routes-th/debian/control b/p/haskell-web-routes-th/debian/control
index 7dd36c7..bdfe403 100644
--- a/p/haskell-web-routes-th/debian/control
+++ b/p/haskell-web-routes-th/debian/control
@@ -1,15 +1,17 @@
Source: haskell-web-routes-th
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-parsec3-dev (>= 2),
+ haskell-devscripts (>= 0.10),
libghc-parsec3-dev (<< 4),
+ libghc-parsec3-dev (>= 2),
libghc-parsec3-prof,
libghc-split-dev,
libghc-split-prof,
@@ -17,14 +19,15 @@ Build-Depends: debhelper (>= 9),
libghc-text-prof,
libghc-web-routes-dev (>= 0.26),
libghc-web-routes-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-parsec3-doc,
libghc-split-doc,
libghc-text-doc,
libghc-web-routes-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/web-routes-th
-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-th
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: support for deriving PathInfo using Template Haskell
web-routes-th provides Template Haskell functions for creating PathInfo
@@ -33,12 +36,16 @@ X-Description: support for deriving PathInfo using Template Haskell
Package: libghc-web-routes-th-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}
.
@@ -46,11 +53,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-web-routes-th-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}
.
@@ -59,10 +70,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-web-routes-th-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