summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-13 19:15:13 -0400
committerClint Adams <clint@debian.org>2016-10-13 19:15:13 -0400
commit209879f57ae33a2cfaff3a203342b83ef1382047 (patch)
treebfc301eacda19a8554b966b247d973d79d133a96
parent454d7d23da50352fc3b44cadaf9f13f5b51daf9d (diff)
downloadDHG_packages-209879f57ae33a2cfaff3a203342b83ef1382047.tar.gz
harp: build with ghc 8 in experimental
-rw-r--r--p/haskell-harp/debian/changelog6
-rw-r--r--p/haskell-harp/debian/control4
2 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-harp/debian/changelog b/p/haskell-harp/debian/changelog
index 44206ef79..0c68669f4 100644
--- a/p/haskell-harp/debian/changelog
+++ b/p/haskell-harp/debian/changelog
@@ -1,3 +1,9 @@
+haskell-harp (0.4.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Thu, 13 Oct 2016 19:15:06 -0400
+
haskell-harp (0.4.2-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-harp/debian/control b/p/haskell-harp/debian/control
index a135b3b3f..a10626964 100644
--- a/p/haskell-harp/debian/control
+++ b/p/haskell-harp/debian/control
@@ -6,12 +6,12 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8.0),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/seereason/harp
-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-harp
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-harp-dev