diff options
| author | Joey Hess <joey@kitenet.net> | 2014-06-09 01:45:58 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-06-09 01:47:11 -0400 |
| commit | fc49d75e4fb9e8d2c7ce9d60647a26ecc030d253 (patch) | |
| tree | 1652c818d61150ca718986df6474158c9717c5e1 /src/Propellor/Engine.hs | |
| parent | 582be8ebe00838509d978091d3c97ebeb1bf99de (diff) | |
Attr is renamed to Info.
Diffstat (limited to 'src/Propellor/Engine.hs')
| -rw-r--r-- | src/Propellor/Engine.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Engine.hs b/src/Propellor/Engine.hs index ca0f7265..a3fc0f30 100644 --- a/src/Propellor/Engine.hs +++ b/src/Propellor/Engine.hs @@ -12,7 +12,7 @@ import "mtl" Control.Monad.Reader import Propellor.Types import Propellor.Message import Propellor.Exception -import Propellor.Attr +import Propellor.Info runPropellor :: Host -> Propellor a -> IO a runPropellor host a = runReaderT (runWithHost a) host |
