diff options
| author | Joey Hess <joey@kitenet.net> | 2014-06-07 00:14:05 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-06-07 00:14:05 -0400 |
| commit | 582be8ebe00838509d978091d3c97ebeb1bf99de (patch) | |
| tree | ffef9bbb4ef25db03cf48962058146258993652f /propellor.cabal | |
| parent | 969db1ed56157aa202359c0f47fff783baba6eac (diff) | |
combineProperties no longer stops when a property fails; now it continues trying to satisfy all properties on the list before propigating the failure.
Audited all of my calls to combineProperties and they should be fine with
this behavior.. which suggests it's the right behavior.
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal index 350215fd..41486dd8 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 0.6.0 +Version: 0.7.0 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess <joey@kitenet.net> |
