diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-12-19 16:53:17 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-12-19 16:53:17 -0400 |
| commit | 898d404788ee93f66aad03120761afbb7a725a43 (patch) | |
| tree | 05dbd18adba372ee83764b0a1a39eac2a8cc3862 /src/Propellor/Info.hs | |
| parent | 6f0fe3614f3c55c4a9e312aa6fa6730316fe5ec7 (diff) | |
| parent | 714270abfcf6433da29dc80fdcaff740ad2a0169 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Info.hs')
| -rw-r--r-- | src/Propellor/Info.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Info.hs b/src/Propellor/Info.hs index 889f8439..499b901c 100644 --- a/src/Propellor/Info.hs +++ b/src/Propellor/Info.hs @@ -11,6 +11,7 @@ import qualified Data.Map as M import Data.Maybe import Data.Monoid import Control.Applicative +import Prelude pureInfoProperty :: (IsInfo v) => Desc -> v -> Property HasInfo pureInfoProperty desc v = pureInfoProperty' desc (addInfo mempty v) |
