diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-27 12:21:55 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-31 13:55:14 -0700 |
| commit | 60950b159a2b800938929f8ae12823d5ec674667 (patch) | |
| tree | 4f925a87e9b69ab4d62da014e69b8d088f4213fa /debian | |
| parent | 94d6f453e7441749a83f0ea69d0e7c12737565a1 (diff) | |
implement dirsizes
Used Data.Map.Strict, so bumped versions.
Don't want to support the ghc in debian oldstable..
(cherry picked from commit e413bed2c1cb15dcb8ce721a2801021e39f3ba86)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d56ac606..2431969e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ propellor (2.7.3) UNRELEASED; urgency=medium * Added Propellor.Property.DiskImage, for bootable disk image creation. (Not yet complete.) * Update for Debian systemd-container package split. + * Dropped support for ghc 7.4. -- 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, |
