summaryrefslogtreecommitdiff
path: root/p/shellcheck
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-19 04:35:26 -0400
committerClint Adams <clint@debian.org>2016-10-19 04:35:26 -0400
commitdd60fdc1d283a8d67e2f8dc76a39e3fcff53f4f6 (patch)
treec85df0ad8212520c36f14aeb1a62b1e34ce66a38 /p/shellcheck
parent12af6367129954bee595ab9bedf2b9885c3b880c (diff)
downloadDHG_packages-dd60fdc1d283a8d67e2f8dc76a39e3fcff53f4f6.tar.gz
shellcheck: build with ghc 8 in experimental
Diffstat (limited to 'p/shellcheck')
-rw-r--r--p/shellcheck/debian/changelog6
-rw-r--r--p/shellcheck/debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/shellcheck/debian/changelog b/p/shellcheck/debian/changelog
index 434b024ba..69319cd71 100644
--- a/p/shellcheck/debian/changelog
+++ b/p/shellcheck/debian/changelog
@@ -1,3 +1,9 @@
+shellcheck (0.4.4-3) experimental; urgency=medium
+
+ * Temporarily build with ghc 8.
+
+ -- Clint Adams <clint@debian.org> Wed, 19 Oct 2016 04:35:01 -0400
+
shellcheck (0.4.4-2) unstable; urgency=medium
* "Fix" FTBFS on mips{,el}: Cargo cult the ggc-min-expand stuff.
diff --git a/p/shellcheck/debian/control b/p/shellcheck/debian/control
index fec07572d..a1d2dc4e9 100644
--- a/p/shellcheck/debian/control
+++ b/p/shellcheck/debian/control
@@ -6,7 +6,7 @@ Section: devel
Build-Depends: debhelper (>= 9),
cdbs,
haskell-devscripts (>= 0.10),
- ghc,
+ ghc (>= 8),
libghc-containers-dev,
libghc-directory-dev,
libghc-json-dev,