diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-05 16:01:55 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-05 16:01:55 -0400 |
| commit | c282a894b56012ae4f68b518e5fad01052ac4f22 (patch) | |
| tree | da7e10201ef684efffefd8e10e59278fca3b565f /src/Propellor/Property.hs | |
| parent | 4cbaa3ac665786fb0be4aa3121c6e6c447142d24 (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.hs | 1 |
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 |
