[DHG_packages] 01/01: bool-extras: build against ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 06:53:33 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 93445e223351c027ed26ad316b5e65b7cbf6de1b
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 02:52:51 2016 -0400
bool-extras: build against ghc 8 in experimental
---
p/haskell-bool-extras/debian/changelog | 7 +++++--
p/haskell-bool-extras/debian/control | 6 +++---
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/p/haskell-bool-extras/debian/changelog b/p/haskell-bool-extras/debian/changelog
index 8501d2a..27ef007 100644
--- a/p/haskell-bool-extras/debian/changelog
+++ b/p/haskell-bool-extras/debian/changelog
@@ -1,4 +1,4 @@
-haskell-bool-extras (0.4.0-5) UNRELEASED; urgency=medium
+haskell-bool-extras (0.4.0-5) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
@@ -7,7 +7,10 @@ haskell-bool-extras (0.4.0-5) UNRELEASED; urgency=medium
[ Gianfranco Costamagna ]
* Fix VCS fields
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:34:51 +0300
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 02:52:46 -0400
haskell-bool-extras (0.4.0-4) unstable; urgency=medium
diff --git a/p/haskell-bool-extras/debian/control b/p/haskell-bool-extras/debian/control
index 1cdcc90..7bf3ca5 100644
--- a/p/haskell-bool-extras/debian/control
+++ b/p/haskell-bool-extras/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: http://tom.lokhorst.eu/bool-extras
-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-bool-extras
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Fold function for Bool type
+X-Description: fold function for Bool type
Function `bool' allows folding over boolean values, that is
comparable to the `maybe' or `either' functions on their respective
types.
--
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