From 681e4dbbcb880e8e2526519fc58d4f2994a41577 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 Apr 2015 14:26:13 -0400 Subject: propellor spin --- propellor.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index 105eac97..11b14bb9 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -37,8 +37,8 @@ Executable propellor Hs-Source-Dirs: src Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, - containers, network, async, time, QuickCheck, mtl, - MonadCatchIO-transformers + containers, network, async, time, QuickCheck, mtl, transformers, + exceptions if (! os(windows)) Build-Depends: unix @@ -49,8 +49,8 @@ Executable propellor-config Hs-Source-Dirs: src Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, - containers, network, async, time, QuickCheck, mtl, - MonadCatchIO-transformers + containers, network, async, time, QuickCheck, mtl, transformers, + exceptions if (! os(windows)) Build-Depends: unix @@ -60,8 +60,8 @@ Library Hs-Source-Dirs: src Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, - containers, network, async, time, QuickCheck, mtl, - MonadCatchIO-transformers + containers, network, async, time, QuickCheck, mtl, transformers, + exceptions if (! os(windows)) Build-Depends: unix -- cgit v1.3-2-g0d8e From 160eff0eb7ebbb2da2c3864dbe83bf7db76c8bb6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 6 May 2015 14:29:03 -0400 Subject: prep release --- debian/changelog | 4 ++-- propellor.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'propellor.cabal') diff --git a/debian/changelog b/debian/changelog index 2e7f4605..ae8deef6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (2.4.0) UNRELEASED; urgency=medium +propellor (2.4.0) unstable; urgency=medium * Propellor no longer supports Debian wheezy (oldstable). * Git.bareRepo: Fix bug in calls to userScriptProperty. @@ -12,7 +12,7 @@ propellor (2.4.0) UNRELEASED; urgency=medium and cron job, even if propellor was already built before, to deal with upgrades that add new dependencies. - -- Joey Hess Wed, 22 Apr 2015 20:59:59 -0400 + -- Joey Hess Wed, 06 May 2015 14:28:59 -0400 propellor (2.3.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index 11b14bb9..5120ab89 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.3.0 +Version: 2.4.0 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess -- cgit v1.3-2-g0d8e