diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-11-17 15:05:02 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-11-17 15:05:37 -0400 |
| commit | e98b82c5dc68ae4c02a16945f78c0f1c78444bbd (patch) | |
| tree | 0955ec187604ef2a9a153694df0e958138cc8483 | |
| parent | edf12c8643f2d7eef439efe36265ca9be6838938 (diff) | |
export for haddock
| -rw-r--r-- | src/Propellor/Types.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs index fa24786c..3d2fbf14 100644 --- a/src/Propellor/Types.hs +++ b/src/Propellor/Types.hs @@ -23,7 +23,7 @@ module Propellor.Types , propertyDesc , propertyChildren , RevertableProperty(..) - , (<!>) + , MkRevertableProperty(..) , IsProp(..) , Combines(..) , CombinedType |
