diff options
| author | Félix Sipma <felix.sipma@no-log.org> | 2016-06-15 11:10:29 +0200 |
|---|---|---|
| committer | Félix Sipma <felix.sipma@no-log.org> | 2016-06-15 11:10:29 +0200 |
| commit | bec62e2bbe61672c8dcecc3ff1e8fd8a389ac86c (patch) | |
| tree | 0fa77e0ec06861a7c2bd3fb17a246bdf81dc44ba /src/Propellor/Property | |
| parent | 9c9bd3036dba1d046dc80ab39f62805f7a614a6d (diff) | |
ConfFile: export hasIniSection
Diffstat (limited to 'src/Propellor/Property')
| -rw-r--r-- | src/Propellor/Property/ConfFile.hs | 1 |
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 |
