summaryrefslogtreecommitdiff
path: root/src/Propellor/Property.hs
diff options
context:
space:
mode:
authorJoey Hess2017-07-05 16:01:55 -0400
committerJoey Hess2017-07-05 16:01:55 -0400
commitc282a894b56012ae4f68b518e5fad01052ac4f22 (patch)
treeda7e10201ef684efffefd8e10e59278fca3b565f /src/Propellor/Property.hs
parent4cbaa3ac665786fb0be4aa3121c6e6c447142d24 (diff)
XFCE and applyPath properties
* Propellor.Property.XFCE added with some useful properties for the desktop environment. * Added File.applyPath property. This commit was sponsored by Riku Voipio.
Diffstat (limited to 'src/Propellor/Property.hs')
-rw-r--r--src/Propellor/Property.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property.hs b/src/Propellor/Property.hs
index 8b2a4e3d..55e688ab 100644
--- a/src/Propellor/Property.hs
+++ b/src/Propellor/Property.hs
@@ -50,6 +50,7 @@ import Data.Monoid
import Control.Monad.IfElse
import "mtl" Control.Monad.RWS.Strict
import System.Posix.Files
+import Data.Maybe
import Data.List
import Data.Hashable
import Control.Applicative