summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Locale.hs
AgeCommit message (Expand)Author
2017-08-04Locale: Display an error message when /etc/locale.gen does not contain the re...Joey Hess
2017-08-01Locale: Make sure that the locales package is installed when enabling locales.Joey Hess
2016-03-26more portingJoey Hess
2016-03-06Locale.available: Run locale-gen, instead of dpkg-reconfigure locales, which ...Joey Hess
2015-12-06allow using `check` on a UncheckedProperty, which yields a PropertyJoey Hess
2015-12-05refactorJoey Hess
2015-12-05make Locale.selectedFor check contents of file to decide if it needs to make ...Joey Hess
2015-12-05UncheckedProperty for cmdProperty et alJoey Hess
2015-11-26shorten reference to locale manpageSean Whitton
2015-11-26improve Haddock for Locale.selectedForSean Whitton
2015-11-26locale props use descriptive types & revertableSean Whitton
2015-11-26properties to select and generate localesSean Whitton