diff options
| -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]] |
