[DHG_packages] 02/02: auto-update: build against ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 06:37:57 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 b575c38693714b51e4803476eb78950e61ba7ddc
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 02:36:02 2016 -0400
auto-update: build against ghc 8 in experimental
---
p/haskell-auto-update/debian/changelog | 8 ++++++--
p/haskell-auto-update/debian/control | 4 ++--
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/p/haskell-auto-update/debian/changelog b/p/haskell-auto-update/debian/changelog
index d93ff32..1f44f06 100644
--- a/p/haskell-auto-update/debian/changelog
+++ b/p/haskell-auto-update/debian/changelog
@@ -1,8 +1,12 @@
-haskell-auto-update (0.1.4-2) UNRELEASED; urgency=medium
+haskell-auto-update (0.1.4-2) experimental; urgency=medium
+ [ Gianfranco Costamagna ]
* Fix VCS fields
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:13 +0200
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 02:35:53 -0400
haskell-auto-update (0.1.4-1) unstable; urgency=medium
diff --git a/p/haskell-auto-update/debian/control b/p/haskell-auto-update/debian/control
index 778a2b7..7b89768 100644
--- a/p/haskell-auto-update/debian/control
+++ b/p/haskell-auto-update/debian/control
@@ -6,14 +6,14 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
Build-Depends-Indep: ghc-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-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Efficiently run periodic, on-demand actions
+X-Description: efficiently run periodic, on-demand actions
A common problem is the desire to have an action run at a scheduled interval,
but only if it is needed. For example, instead of having every web request
result in a new getCurrentTime call, we'd like to have a single worker
--
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