From 80e65c5c33200286a8be8c7cd595d7db104a5fa1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 30 Dec 2017 13:34:03 -0400 Subject: improve haddock --- src/Propellor/Property/Installer.hs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/Propellor/Property/Installer.hs') diff --git a/src/Propellor/Property/Installer.hs b/src/Propellor/Property/Installer.hs index c3558363..f03391f5 100644 --- a/src/Propellor/Property/Installer.hs +++ b/src/Propellor/Property/Installer.hs @@ -11,7 +11,10 @@ -- this to build a full, interactive installer, see -- -module Propellor.Property.Installer (module X) where +module Propellor.Property.Installer ( + module Propellor.Property.Installer.Types, + module Propellor.Property.Installer.Target +) where -import Propellor.Property.Installer.Types as X -import Propellor.Property.Installer.Target as X +import Propellor.Property.Installer.Types +import Propellor.Property.Installer.Target -- cgit v1.2.3