summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/ConfFile.hs
diff options
context:
space:
mode:
authorJoey Hess2015-08-20 10:30:20 -0400
committerJoey Hess2015-08-20 10:30:52 -0400
commit544a3111dd805fdcaddabe06a7d5c841e15faac5 (patch)
treeda5f1cd231e3d15bbf60b6c240a17be3115831f5 /src/Propellor/Property/ConfFile.hs
parent6aba3026c44b9c9cf63468927aa57c197f6444fa (diff)
headers
Diffstat (limited to 'src/Propellor/Property/ConfFile.hs')
-rw-r--r--src/Propellor/Property/ConfFile.hs2
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,