From f494a7d03a0146ce53e27ac97c62c9f82343c4b1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 Sep 2015 11:00:21 -0400 Subject: add Maintainer entries for contributed modules These show up in the haddock documentation on the sidebar. The author emails are not hyperlinked, so hopefully this is not a spam source. Keeping track of Maintainers of modules is becoming necessary because I don't use all these modules and am not the best person to maintain them, beyond simple changes to keep them building. I'll loop in the Maintainer if there's a bug etc on their module. --- src/Propellor/Property/Logcheck.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Propellor/Property/Logcheck.hs') diff --git a/src/Propellor/Property/Logcheck.hs b/src/Propellor/Property/Logcheck.hs index 83045dcc..8058b237 100644 --- a/src/Propellor/Property/Logcheck.hs +++ b/src/Propellor/Property/Logcheck.hs @@ -1,3 +1,5 @@ +-- | Maintainer: Jelmer Vernooij + module Propellor.Property.Logcheck ( ReportLevel (Workstation, Server, Paranoid), defaultPrefix, -- cgit v1.3-2-g0d8e From 2029d3524568bba7a99a35d24c0f75f2e77d5bfe Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 Sep 2015 11:08:00 -0400 Subject: exports for haddock --- src/Propellor/Property/Logcheck.hs | 1 + src/Propellor/Property/Unbound.hs | 8 ++++++++ 2 files changed, 9 insertions(+) (limited to 'src/Propellor/Property/Logcheck.hs') diff --git a/src/Propellor/Property/Logcheck.hs b/src/Propellor/Property/Logcheck.hs index 8058b237..26f4e3a4 100644 --- a/src/Propellor/Property/Logcheck.hs +++ b/src/Propellor/Property/Logcheck.hs @@ -2,6 +2,7 @@ module Propellor.Property.Logcheck ( ReportLevel (Workstation, Server, Paranoid), + Service, defaultPrefix, ignoreFilePath, ignoreLines, diff --git a/src/Propellor/Property/Unbound.hs b/src/Propellor/Property/Unbound.hs index c0fb54f1..c3afeb84 100644 --- a/src/Propellor/Property/Unbound.hs +++ b/src/Propellor/Property/Unbound.hs @@ -6,6 +6,14 @@ module Propellor.Property.Unbound ( installed , restarted , reloaded + , UnboundSection + , UnboundZone + , UnboundHost + , UnboundSetting + , UnboundValue + , UnboundKey + , ConfSection + , ZoneType , cachingDnsServer ) where -- cgit v1.3-2-g0d8e