From e413bed2c1cb15dcb8ce721a2801021e39f3ba86 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 27 Aug 2015 12:21:55 -0700 Subject: implement dirsizes Used Data.Map.Strict, so bumped versions. Don't want to support the ghc in debian oldstable.. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 214038c3..b8bfeeed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ propellor (2.7.3) UNRELEASED; urgency=medium * Added Propellor.Property.Parted, for disk partitioning. * Added Propellor.Property.Partition, for partition formatting etc. * Added Propellor.Property.DiskImage, for bootable disk image creation. + * Dropped support for ghc 7.4. -- Joey Hess 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, -- cgit v1.2.3