diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-12-30 13:34:03 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-12-30 13:34:03 -0400 |
| commit | 80e65c5c33200286a8be8c7cd595d7db104a5fa1 (patch) | |
| tree | aa2a8a637cb9741ec0b36556d33de1d1dd6abc1f /src/Propellor/Property/Installer.hs | |
| parent | 26821b8a3467d665fd670550356e14386aaa83c4 (diff) | |
improve haddock
Diffstat (limited to 'src/Propellor/Property/Installer.hs')
| -rw-r--r-- | src/Propellor/Property/Installer.hs | 9 |
1 files changed, 6 insertions, 3 deletions
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 -- <https://git.joeyh.name/index.cgi/secret-project.git/> -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 |
