summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/List.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-26 15:38:29 -0400
committerJoey Hess2015-10-26 15:38:29 -0400
commit886705bf83f6351bc6740a07918f668cb8639197 (patch)
tree9d68eb5a2447ab91ef967d55305cde3b3859b8a6 /src/Propellor/Property/List.hs
parent103da27d1be08ed31574c9eb37632ac260963afe (diff)
parent77e3a5d4d968f3567b1b8e62996e0e6c803ab642 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/List.hs')
-rw-r--r--src/Propellor/Property/List.hs1
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