diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-10 17:46:03 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-10 17:46:03 -0400 |
| commit | 2372d6a3f8193145662e393aa61b585d8bafd32d (patch) | |
| tree | 1738d2d20b28a7abd3e9aa5e292ab3fef4b7db12 /Propellor/Types.hs | |
| parent | 25942fb0cca0ca90933026bf959506e099ff95a4 (diff) | |
use HostAttr to simplify config file
Diffstat (limited to 'Propellor/Types.hs')
| -rw-r--r-- | Propellor/Types.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Types.hs b/Propellor/Types.hs index b1632923..6a1c888a 100644 --- a/Propellor/Types.hs +++ b/Propellor/Types.hs @@ -27,7 +27,7 @@ data RevertableProperty = RevertableProperty Property Property -- | Propellor's monad provides read-only access to attributes of the -- system. -newtype Propellor a = Propellor { runWithHostAttr :: ReaderT HostAttr IO a } +newtype Propellor p = Propellor { runWithHostAttr :: ReaderT HostAttr IO p } deriving ( Monad , Functor |
