diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-24 15:17:40 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-24 15:27:37 -0400 |
| commit | e9cac11ad3df54208b4a41d945ac9a333d21bb07 (patch) | |
| tree | 78c14030e933ac947d27760b66944f2ef49c7e5e /src/Propellor/Property/List.hs | |
| parent | 47c7cd08324d62e5660bab77bafc80c5ddb54655 (diff) | |
Added Propellor.Property.Concurrent for concurrent properties.
Note that no output multiplexing is currently done.
Diffstat (limited to 'src/Propellor/Property/List.hs')
| -rw-r--r-- | src/Propellor/Property/List.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/List.hs b/src/Propellor/Property/List.hs index 41451ef5..86fdfbf1 100644 --- a/src/Propellor/Property/List.hs +++ b/src/Propellor/Property/List.hs @@ -5,6 +5,7 @@ module Propellor.Property.List ( props, PropertyList(..), PropertyListType, + PropList(..), ) where import Propellor.Types |
