diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-04-05 11:40:13 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-04-05 11:40:49 -0400 |
| commit | 544492d4064d723be10d07e1469f380ea37d76fd (patch) | |
| tree | 6bbdec45f782419a12f54f56af47339424045fd2 | |
| parent | 0bfd770ff2d8074cdfd7d3fac0c6dd55c1c15219 (diff) | |
merged
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | doc/todo/merge_request:___96__propellor_--init__96___should_sometimes_run___96__cabal_sandbox_init__96__.mdwn | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4c432a73..1ea87d91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +propellor (3.0.1) UNRELEASED; urgency=medium + + * propellor --init now runs cabal sandbox init if cabal has been + configured with require-sandbox: True. + Thanks, Sean Whitton + + -- Joey Hess <id@joeyh.name> Tue, 05 Apr 2016 11:39:48 -0400 + propellor (3.0.0) unstable; urgency=medium * Property types have been improved to indicate what systems they target. diff --git a/doc/todo/merge_request:___96__propellor_--init__96___should_sometimes_run___96__cabal_sandbox_init__96__.mdwn b/doc/todo/merge_request:___96__propellor_--init__96___should_sometimes_run___96__cabal_sandbox_init__96__.mdwn index 483af4a6..eb7f561b 100644 --- a/doc/todo/merge_request:___96__propellor_--init__96___should_sometimes_run___96__cabal_sandbox_init__96__.mdwn +++ b/doc/todo/merge_request:___96__propellor_--init__96___should_sometimes_run___96__cabal_sandbox_init__96__.mdwn @@ -1,3 +1,5 @@ Please consider merging branch `fix-init-build` of repository `https://git.spwhitton.name/propellor`. `propellor --init` can fail if the build system is cabal and the user has `require-sandbox: True` in `~/.cabal/config`. This patch fixes that. + +> [[merged|done]] --[[Joey]] |
