summaryrefslogtreecommitdiff
path: root/p/haskell-statevar
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-12 22:29:49 -0400
committerClint Adams <clint@debian.org>2016-10-12 22:35:17 -0400
commitb6868e61fbf6057528b500ebf028fd098426ca50 (patch)
tree8cffd6d84a49442b0f1c56220b7103a806902240 /p/haskell-statevar
parent1f533d47c2ff16f8e5699319ca5fee50599dd218 (diff)
downloadDHG_packages-b6868e61fbf6057528b500ebf028fd098426ca50.tar.gz
statevar: build against ghc8 in experimental
Diffstat (limited to 'p/haskell-statevar')
-rw-r--r--p/haskell-statevar/debian/changelog8
-rw-r--r--p/haskell-statevar/debian/control2
2 files changed, 7 insertions, 3 deletions
diff --git a/p/haskell-statevar/debian/changelog b/p/haskell-statevar/debian/changelog
index e9be13ba3..c1c21e471 100644
--- a/p/haskell-statevar/debian/changelog
+++ b/p/haskell-statevar/debian/changelog
@@ -1,8 +1,12 @@
-haskell-statevar (1.1.0.4-2) UNRELEASED; urgency=medium
+haskell-statevar (1.1.0.4-2) experimental; urgency=medium
+ [ Gianfranco Costamagna ]
* Fix VCS fields
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:13:04 +0200
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Wed, 12 Oct 2016 22:29:41 -0400
haskell-statevar (1.1.0.4-1) unstable; urgency=medium
diff --git a/p/haskell-statevar/debian/control b/p/haskell-statevar/debian/control
index 5c998fc9c..f3eafda44 100644
--- a/p/haskell-statevar/debian/control
+++ b/p/haskell-statevar/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.0),
libghc-stm-dev (<< 2.5),