summaryrefslogtreecommitdiff
path: root/Propellor/Property/Sudo.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 23:55:59 -0400
committerJoey Hess2014-03-30 23:55:59 -0400
commit8621fa6e9983a39c07a9677eac324ebcee79b549 (patch)
treeaf60e05e58dc49d2f73d326f8ed1fb51d74f3704 /Propellor/Property/Sudo.hs
parent8f2ac23b41c6bbc24c658831a6a988c0d23a9f7d (diff)
more prep for hackage
Diffstat (limited to 'Propellor/Property/Sudo.hs')
-rw-r--r--Propellor/Property/Sudo.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Sudo.hs b/Propellor/Property/Sudo.hs
index 05484411..dbb3e460 100644
--- a/Propellor/Property/Sudo.hs
+++ b/Propellor/Property/Sudo.hs
@@ -2,7 +2,7 @@ module Propellor.Property.Sudo where
import Data.List
-import Propellor.Common
+import Propellor
import Propellor.Property.File
import qualified Propellor.Property.Apt as Apt
import Propellor.Property.User