summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d56ac606..e1fe585f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ propellor (2.7.3) UNRELEASED; urgency=medium
* Added Propellor.Property.Partition, for partition formatting etc.
* Added Propellor.Property.DiskImage, for bootable disk image creation.
(Not yet complete.)
+ * Dropped support for ghc 7.4.
* Update for Debian systemd-container package split.
-- Joey Hess <id@joeyh.name> Tue, 25 Aug 2015 13:45:39 -0700
diff --git a/debian/control b/debian/control
index 25c3d474..05101be0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Build-Depends:
debhelper (>= 9),
git,
- ghc (>= 7.4),
+ ghc (>= 7.6),
cabal-install,
libghc-async-dev,
libghc-missingh-dev,
diff --git a/debian/rules b/debian/rules
index c88cc004..a71212db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
-#!/bin/false
+#!/usr/bin/make -f
# Avoid using cabal, as it writes to $HOME
export CABAL=./Setup