[DHG_packages] 03/06: web-routes: 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 c37d709147d3c3ae30c7390d01a9cbba28d2b9db
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 16:12:54 2016 -0400
web-routes: build with ghc 8 in experimental
---
p/haskell-web-routes/debian/changelog | 6 +++
p/haskell-web-routes/debian/control | 78 +++++++++++++++++++++--------------
2 files changed, 52 insertions(+), 32 deletions(-)
diff --git a/p/haskell-web-routes/debian/changelog b/p/haskell-web-routes/debian/changelog
index 32ddd98..b4e3ba5 100644
--- a/p/haskell-web-routes/debian/changelog
+++ b/p/haskell-web-routes/debian/changelog
@@ -1,3 +1,9 @@
+haskell-web-routes (0.27.11-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 16:12:51 -0400
+
haskell-web-routes (0.27.11-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-web-routes/debian/control b/p/haskell-web-routes/debian/control
index 275a717..5f9ff00 100644
--- a/p/haskell-web-routes/debian/control
+++ b/p/haskell-web-routes/debian/control
@@ -1,44 +1,47 @@
Source: haskell-web-routes
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),
+ haskell-devscripts (>= 0.10),
libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-dev (>= 0.2),
libghc-blaze-builder-prof,
- libghc-exceptions-dev (>= 0.6.1),
libghc-exceptions-dev (<< 0.9),
+ libghc-exceptions-dev (>= 0.6.1),
libghc-exceptions-prof,
- libghc-http-types-dev (>= 0.6),
+ libghc-hspec-dev [!mips !mipsel !mips64el],
libghc-http-types-dev (<< 0.10),
+ libghc-http-types-dev (>= 0.6),
libghc-http-types-prof,
- libghc-mtl-dev (>= 2.0),
+ libghc-hunit-dev [!mips !mipsel !mips64el],
libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
libghc-mtl-prof,
- libghc-parsec3-dev (>= 2),
libghc-parsec3-dev (<< 4),
+ libghc-parsec3-dev (>= 2),
libghc-parsec3-prof,
+ libghc-quickcheck2-dev [!mips !mipsel !mips64el],
libghc-split-dev,
libghc-split-prof,
- libghc-text-dev (>= 0.11),
- libghc-text-dev (<< 1.3),
- libghc-text-prof,
- libghc-utf8-string-dev (>= 0.3),
- libghc-utf8-string-dev (<< 1.1),
- libghc-utf8-string-prof,
- libghc-hspec-dev [!mips !mipsel !mips64el],
- libghc-hunit-dev [!mips !mipsel !mips64el],
- libghc-quickcheck2-dev [!mips !mipsel !mips64el],
libghc-test-framework-dev [!mips !mipsel !mips64el],
libghc-test-framework-hunit-dev [!mips !mipsel !mips64el],
libghc-test-framework-quickcheck2-dev [!mips !mipsel !mips64el],
libghc-test-framework-th-dev [!mips !mipsel !mips64el],
-Build-Depends-Indep: ghc-doc,
+ libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11),
+ libghc-text-prof,
+ libghc-utf8-string-dev (<< 1.1),
+ libghc-utf8-string-dev (>= 0.3),
+ libghc-utf8-string-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-blaze-builder-doc,
libghc-exceptions-doc,
libghc-http-types-doc,
@@ -49,17 +52,21 @@ Build-Depends-Indep: ghc-doc,
libghc-utf8-string-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/web-routes
-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
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-web-routes-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: library for correctness/composability of URLs${haskell:ShortBlurb}
It is a collection of types and functions that ensure that URLs
generated by an application are valid.
@@ -68,11 +75,15 @@ Description: library for correctness/composability of URLs${haskell:ShortBlurb}
Package: libghc-web-routes-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: library for correctness/composability of URLs${haskell:ShortBlurb}
It is a collection of types and functions that ensure that URLs
generated by an application are valid.
@@ -82,10 +93,13 @@ Description: library for correctness/composability of URLs${haskell:ShortBlurb}
Package: libghc-web-routes-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: library for correctness/composability of URLs${haskell:ShortBlurb}
It is a collection of types and functions that ensure that URLs
generated by an application are valid.
--
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