diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-02-02 15:40:30 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-02-02 15:40:37 -0400 |
| commit | b1f0bd05941f5d8c42a28d33316a0a0452a62476 (patch) | |
| tree | b3174ebe6ef98712aee8851ec70e1ae5804a9428 /debian | |
| parent | 5c170d3f8021b2120d3147103e23baf7bac6cc76 (diff) | |
Added Propellor.Property.File.configFileName and related functions to generate good filenames for config directories.
spwhitton has a branch that could use this, and there are several places
in propellor that do something ad-hoc that would have been better
implemented using this. I was not able to switch any of the existing
ad-hoc stuff, but this can be used going forward for new stuff.
This commit was sponsored by Anthony DeRobertis on Patreon.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0e5aa8d5..30af1b88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ propellor (3.2.4) UNRELEASED; urgency=medium Thanks, Sean Whitton. * stack.yaml: Compile with GHC 8.0.1 against lts-7.16. Thanks, Andrew Cowie. + * Added Propellor.Property.File.configFileName and related functions + to generate good filenames for config directories. -- Joey Hess <id@joeyh.name> Sat, 24 Dec 2016 15:06:36 -0400 |
