summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-13 02:52:51 -0400
committerClint Adams <clint@debian.org>2016-10-13 02:52:51 -0400
commit93445e223351c027ed26ad316b5e65b7cbf6de1b (patch)
treeb797764a3b926821839997361c9347ce6b7fac36
parent6c74e6c509c8877c6efd7b5fff9418f3a829f861 (diff)
downloadDHG_packages-93445e223351c027ed26ad316b5e65b7cbf6de1b.tar.gz
bool-extras: build against ghc 8 in experimental
-rw-r--r--p/haskell-bool-extras/debian/changelog7
-rw-r--r--p/haskell-bool-extras/debian/control6
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 <KAction@gnu.org> Tue, 10 May 2016 09:34:51 +0300
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@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 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.