From 765367dab9b61a512e07268c921f950677af4f27 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 1 Jun 2015 23:16:25 -0400 Subject: add Bound --- propellor.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index 16dffe31..9edc1436 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -121,6 +121,7 @@ Library Propellor.Exception Propellor.Types Propellor.Types.Chroot + Propellor.Types.Container Propellor.Types.Docker Propellor.Types.Dns Propellor.Types.Empty -- cgit v1.3-2-g0d8e From 9415bfb4adb61dedfc1301ff0bc7310cec40455a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Jun 2015 17:09:00 -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 6f8d6b73..2441f4ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (2.5.0) UNRELEASED; urgency=medium +propellor (2.5.0) unstable; urgency=medium * cmdProperty' renamed to cmdPropertyEnv to make way for a new, more generic cmdProperty' (API change) @@ -27,7 +27,7 @@ propellor (2.5.0) UNRELEASED; urgency=medium * Docker: Added environment property. Thanks Antoine Eiche. - -- Joey Hess Thu, 07 May 2015 12:08:34 -0400 + -- Joey Hess Tue, 09 Jun 2015 17:08:43 -0400 propellor (2.4.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index 9edc1436..d09e7590 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.4.0 +Version: 2.5.0 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess -- cgit v1.3-2-g0d8e From 7cd4c0054fc11e142a7e72e94b108638fed6e747 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 30 Jun 2015 16:49:52 -0400 Subject: Version dependency on exceptions. --- debian/changelog | 1 + debian/control | 4 ++-- propellor.cabal | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'propellor.cabal') diff --git a/debian/changelog b/debian/changelog index 90deb80f..94b3a50d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ propellor (2.6.0) UNRELEASED; urgency=medium which allows to specify an image name and an optional tag. (API change) Thanks, Antoine Eiche. * Added --unset to delete a privdata field. + * Version dependency on exceptions. -- Joey Hess Tue, 16 Jun 2015 14:49:12 -0400 diff --git a/debian/control b/debian/control index 2bebd6f3..51107783 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: libghc-quickcheck2-dev, libghc-mtl-dev, libghc-transformers-dev, - libghc-exceptions-dev, + libghc-exceptions-dev (>= 0.6), Maintainer: Gergely Nagy Standards-Version: 3.9.6 Vcs-Git: git://git.joeyh.name/propellor @@ -38,7 +38,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, libghc-quickcheck2-dev, libghc-mtl-dev, libghc-transformers-dev, - libghc-exceptions-dev, + libghc-exceptions-dev (>= 0.6), git, Description: property-based host configuration management in haskell Propellor enures that the system it's run in satisfies a list of diff --git a/propellor.cabal b/propellor.cabal index d09e7590..ad9f4530 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -38,7 +38,7 @@ Executable propellor Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, containers, network, async, time, QuickCheck, mtl, transformers, - exceptions + exceptions (>= 0.6) if (! os(windows)) Build-Depends: unix -- cgit v1.3-2-g0d8e From 8946b47db61d4debebe3a64637b4dbaa1d2c39f6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 Jul 2015 22:36:59 -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 4cb94403..3b20a402 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (2.6.0) UNRELEASED; urgency=medium +propellor (2.6.0) unstable; urgency=medium * Replace String type synonym Docker.Image by a data type which allows to specify an image name and an optional tag. (API change) @@ -9,7 +9,7 @@ propellor (2.6.0) UNRELEASED; urgency=medium Thanks, Sean Whitton * Fix make install target to work even when git is not configured. - -- Joey Hess Tue, 16 Jun 2015 14:49:12 -0400 + -- Joey Hess Fri, 10 Jul 2015 22:36:29 -0400 propellor (2.5.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index ad9f4530..1c6664b2 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.5.0 +Version: 2.6.0 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess -- cgit v1.3-2-g0d8e From 3390eb9230fa774b3867edf8dec608491f005a77 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 Jul 2015 22:45:31 -0400 Subject: hackage tells me I need cabal-version: >= 1.8 due to build-depends versioning --- propellor.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index 1c6664b2..b60379e8 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,6 +1,6 @@ Name: propellor Version: 2.6.0 -Cabal-Version: >= 1.6 +Cabal-Version: >= 1.8 License: BSD3 Maintainer: Joey Hess Author: Joey Hess -- cgit v1.3-2-g0d8e From 6fe4b0cd9174aad50987a41784f2e63cf8f1ddd1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 30 Jul 2015 12:05:49 -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 2375dfd5..2decb1f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (2.7.0) UNRELEASED; urgency=medium +propellor (2.7.0) unstable; urgency=medium * Ssh.permitRootLogin type changed to allow configuring WithoutPassword and ForcedCommandsOnly (API change) @@ -12,7 +12,7 @@ propellor (2.7.0) UNRELEASED; urgency=medium which broke use of --upload-pack to send a git push when running propellor --spin. - -- Joey Hess Mon, 20 Jul 2015 12:01:38 -0400 + -- Joey Hess Thu, 30 Jul 2015 12:05:46 -0400 propellor (2.6.0) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index b60379e8..01c867c8 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.6.0 +Version: 2.7.0 Cabal-Version: >= 1.8 License: BSD3 Maintainer: Joey Hess -- cgit v1.3-2-g0d8e