summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFélix Sipma2016-06-15 11:10:29 +0200
committerFélix Sipma2016-06-15 11:10:29 +0200
commitbec62e2bbe61672c8dcecc3ff1e8fd8a389ac86c (patch)
tree0fa77e0ec06861a7c2bd3fb17a246bdf81dc44ba
parent9c9bd3036dba1d046dc80ab39f62805f7a614a6d (diff)
ConfFile: export hasIniSection
-rw-r--r--src/Propellor/Property/ConfFile.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/ConfFile.hs b/src/Propellor/Property/ConfFile.hs
index d49a3753..d91c7724 100644
--- a/src/Propellor/Property/ConfFile.hs
+++ b/src/Propellor/Property/ConfFile.hs
@@ -9,6 +9,7 @@ module Propellor.Property.ConfFile (
IniSection,
IniKey,
containsIniSetting,
+ hasIniSection,
lacksIniSection,
) where