[DHG_packages] 02/05: yesod-persistent: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 23:28:19 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 3627dcafb02f3d7736e27a7aee3e59c6d5acb305
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 19:24:31 2016 -0400
yesod-persistent: build with ghc 8 in experimental
---
p/haskell-yesod-persistent/debian/changelog | 6 ++++
p/haskell-yesod-persistent/debian/control | 56 ++++++++++++++++++-----------
2 files changed, 41 insertions(+), 21 deletions(-)
diff --git a/p/haskell-yesod-persistent/debian/changelog b/p/haskell-yesod-persistent/debian/changelog
index cca6d5f..fb98ddd 100644
--- a/p/haskell-yesod-persistent/debian/changelog
+++ b/p/haskell-yesod-persistent/debian/changelog
@@ -1,3 +1,9 @@
+haskell-yesod-persistent (1.4.0.6-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 19:24:29 -0400
+
haskell-yesod-persistent (1.4.0.6-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-yesod-persistent/debian/control b/p/haskell-yesod-persistent/debian/control
index e116641..07f043f 100644
--- a/p/haskell-yesod-persistent/debian/control
+++ b/p/haskell-yesod-persistent/debian/control
@@ -1,31 +1,34 @@
Source: haskell-yesod-persistent
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-blaze-builder-dev,
libghc-blaze-builder-prof,
libghc-conduit-dev,
libghc-conduit-prof,
- libghc-persistent-dev (>= 2.1),
libghc-persistent-dev (<< 2.7),
+ libghc-persistent-dev (>= 2.1),
libghc-persistent-prof,
- libghc-persistent-template-dev (>= 2.1),
libghc-persistent-template-dev (<< 2.7),
+ libghc-persistent-template-dev (>= 2.1),
libghc-persistent-template-prof,
libghc-resource-pool-dev,
libghc-resource-pool-prof,
libghc-resourcet-dev (>= 0.4.5),
libghc-resourcet-prof,
- libghc-yesod-core-dev (>= 1.4.0),
libghc-yesod-core-dev (<< 1.5),
+ libghc-yesod-core-dev (>= 1.4.0),
libghc-yesod-core-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-blaze-builder-doc,
libghc-conduit-doc,
libghc-persistent-doc,
@@ -35,17 +38,21 @@ Build-Depends-Indep: ghc-doc,
libghc-yesod-core-doc,
Standards-Version: 3.9.8
Homepage: http://www.yesodweb.com/
-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-yesod-persistent
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-yesod-persistent-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: framework for type-safe, RESTful web applications${haskell:ShortBlurb}
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
@@ -56,11 +63,15 @@ Description: framework for type-safe, RESTful web applications${haskell:ShortBlu
Package: libghc-yesod-persistent-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: framework for type-safe, RESTful web applications${haskell:ShortBlurb}
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
@@ -72,10 +83,13 @@ Description: framework for type-safe, RESTful web applications${haskell:ShortBlu
Package: libghc-yesod-persistent-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: framework for type-safe, RESTful web applications${haskell:ShortBlurb}
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.
--
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