diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-20 19:21:22 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-20 19:21:22 -0400 |
| commit | 1eaeddc2ebc5af5351b2de3d8a4d1788a77039da (patch) | |
| tree | 2a7d89097f2392788b1461083f0aa1c617950d90 /src/Propellor.hs | |
| parent | 02b8b2dec7c767ba3b7154e424b9c11e6a8d544f (diff) | |
| parent | ba862ae8877c21eb63f7fba08ba5fc934a4c391c (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor.hs')
| -rw-r--r-- | src/Propellor.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor.hs b/src/Propellor.hs index c0ef14f4..6e31e27c 100644 --- a/src/Propellor.hs +++ b/src/Propellor.hs @@ -33,6 +33,7 @@ module Propellor ( module Propellor.Types , module Propellor.Property , module Propellor.Property.Cmd + , module Propellor.Host , module Propellor.Info , module Propellor.PrivData , module Propellor.Engine @@ -51,6 +52,7 @@ import Propellor.PrivData import Propellor.Message import Propellor.Exception import Propellor.Info +import Propellor.Host import Utility.PartialPrelude as X import Utility.Process as X |
