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.hs | |
| parent | 582be8ebe00838509d978091d3c97ebeb1bf99de (diff) | |
Attr is renamed to Info.
Diffstat (limited to 'src/Propellor.hs')
| -rw-r--r-- | src/Propellor.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor.hs b/src/Propellor.hs index e6312248..c0ef14f4 100644 --- a/src/Propellor.hs +++ b/src/Propellor.hs @@ -33,7 +33,7 @@ module Propellor ( module Propellor.Types , module Propellor.Property , module Propellor.Property.Cmd - , module Propellor.Attr + , module Propellor.Info , module Propellor.PrivData , module Propellor.Engine , module Propellor.Exception @@ -50,7 +50,7 @@ import Propellor.Property.Cmd import Propellor.PrivData import Propellor.Message import Propellor.Exception -import Propellor.Attr +import Propellor.Info import Utility.PartialPrelude as X import Utility.Process as X |
