diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-20 10:30:20 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-20 10:30:52 -0400 |
| commit | 544a3111dd805fdcaddabe06a7d5c841e15faac5 (patch) | |
| tree | da5f1cd231e3d15bbf60b6c240a17be3115831f5 | |
| parent | 6aba3026c44b9c9cf63468927aa57c197f6444fa (diff) | |
headers
| -rw-r--r-- | src/Propellor/Property/ConfFile.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/ConfFile.hs b/src/Propellor/Property/ConfFile.hs index df723eea..1a2503dd 100644 --- a/src/Propellor/Property/ConfFile.hs +++ b/src/Propellor/Property/ConfFile.hs @@ -1,9 +1,11 @@ module Propellor.Property.ConfFile ( + -- * Generic conffiles with sections SectionStart, SectionPast, AdjustSection, InsertSection, adjustSection, + -- * Windows .ini files IniSection, IniKey, containsIniSetting, |
