diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-24 11:41:56 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-24 11:41:56 -0400 |
| commit | 7b7ad7e685cccb7ff2c609d92192bf7d983fc400 (patch) | |
| tree | dfbcefb434b9e189b507fd495d3db6cf11567430 /src | |
| parent | 84bb4d3e1590d143627be61eba05017e073d9cc7 (diff) | |
fix export
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Types/PropTypes.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types/PropTypes.hs b/src/Propellor/Types/PropTypes.hs index 65706b19..d20a4345 100644 --- a/src/Propellor/Types/PropTypes.hs +++ b/src/Propellor/Types/PropTypes.hs @@ -11,7 +11,7 @@ module Propellor.Types.PropTypes ( Buntish, FreeBSD, HasInfo, - (+), + type (+), OuterPropTypes, ensureProperty, tightenTargets, |
