From def53b64cc17b95eb5729dd97a800dfe1257b352 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 6 Sep 2015 08:19:02 -0700 Subject: Added Propellor.Property.Rsync. WIP; untested Convert Info to use Data.Dynamic, so properties can export and consume info of any type that is Typeable and a Monoid, including data types private to a module. (API change) Thanks to Joachim Breitner for the idea. --- propellor.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index 17f3c0fe..b8e19828 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -132,9 +132,9 @@ Library Propellor.Types.Docker Propellor.Types.Dns Propellor.Types.Empty + Propellor.Types.Info Propellor.Types.OS Propellor.Types.PrivData - Propellor.Types.Val Propellor.Types.Result Propellor.Types.CmdLine Other-Modules: -- cgit v1.3-2-g0d8e