diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-28 03:15:06 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-28 03:15:06 -0400 |
| commit | d36fd00e1f42ed3adc1892baff6f12fe6ed946fb (patch) | |
| tree | 62f4ea8950041d4496b6de65df9df0fe893a686c /src/Propellor.hs | |
| parent | 67f4a35f08caff9efd5ec930943a02217188cc79 (diff) | |
update
Diffstat (limited to 'src/Propellor.hs')
| -rw-r--r-- | src/Propellor.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor.hs b/src/Propellor.hs index e6a52948..a371ea44 100644 --- a/src/Propellor.hs +++ b/src/Propellor.hs @@ -39,7 +39,6 @@ module Propellor ( , (&) , (!) -- * Propertries - , describe -- | Properties are often combined together in your propellor -- configuration. For example: -- @@ -48,6 +47,7 @@ module Propellor ( , requires , before , onChange + , describe , module Propellor.Property -- | Everything you need to build your own properties, -- and useful property combinators |
