From 93445e223351c027ed26ad316b5e65b7cbf6de1b Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 13 Oct 2016 02:52:51 -0400 Subject: 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 8501d2ad0..27ef00732 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 Tue, 10 May 2016 09:34:51 +0300 + [ Clint Adams ] + * Temporarily build-depend on ghc 8. + + -- Clint Adams 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 1cdcc90ee..7bf3ca541 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. -- cgit v1.2.3