From 8621fa6e9983a39c07a9677eac324ebcee79b549 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 23:55:59 -0400 Subject: more prep for hackage --- Propellor/Property/GitHome.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Propellor/Property/GitHome.hs') diff --git a/Propellor/Property/GitHome.hs b/Propellor/Property/GitHome.hs index 400586e2..593aecd5 100644 --- a/Propellor/Property/GitHome.hs +++ b/Propellor/Property/GitHome.hs @@ -1,8 +1,9 @@ module Propellor.Property.GitHome where -import Propellor.Common +import Propellor import qualified Propellor.Property.Apt as Apt import Propellor.Property.User +import Utility.SafeCommand {- | Clones Joey Hess's git home directory, and runs its fixups script. -} installedFor :: UserName -> Property -- cgit v1.3-2-g0d8e