summaryrefslogtreecommitdiff
path: root/p/haskell-async
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-13 13:58:41 -0400
committerClint Adams <clint@debian.org>2016-10-13 13:58:41 -0400
commit4d5c07556967064ace529d61c94875b695bbb814 (patch)
tree263170812c74e8bf4c89d5ab041970c450fb963c /p/haskell-async
parenta9728ded1e76e23904d815e5dee350a41c7a2c0f (diff)
downloadDHG_packages-4d5c07556967064ace529d61c94875b695bbb814.tar.gz
async: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-async')
-rw-r--r--p/haskell-async/debian/changelog6
-rw-r--r--p/haskell-async/debian/control4
2 files changed, 5 insertions, 5 deletions
diff --git a/p/haskell-async/debian/changelog b/p/haskell-async/debian/changelog
index 539b10d30..6051ad505 100644
--- a/p/haskell-async/debian/changelog
+++ b/p/haskell-async/debian/changelog
@@ -1,8 +1,8 @@
-haskell-async (2.1.0-2) UNRELEASED; urgency=medium
+haskell-async (2.1.0-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:13 +0200
+ -- Clint Adams <clint@debian.org> Thu, 13 Oct 2016 13:58:34 -0400
haskell-async (2.1.0-1) unstable; urgency=medium
diff --git a/p/haskell-async/debian/control b/p/haskell-async/debian/control
index 9e128c7d1..93fa56241 100644
--- a/p/haskell-async/debian/control
+++ b/p/haskell-async/debian/control
@@ -6,7 +6,7 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
libghc-stm-dev (>= 2.2),
libghc-stm-dev (<< 2.5),
@@ -18,7 +18,7 @@ Build-Depends-Indep: ghc-doc,
libghc-stm-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/simonmar/async
-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-async
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-async-dev