summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Group.hs
diff options
context:
space:
mode:
authorJoey Hess2016-11-11 14:04:18 -0400
committerJoey Hess2016-11-11 14:04:18 -0400
commit16ed29570616359626552327702c8e1e358c430f (patch)
tree060d30e8c4721f56d28a484874f95f7aacae7f2a /src/Propellor/Property/Group.hs
parentfe064fb77dd3aaa0c566e2c9ee966e522a8cba6d (diff)
build fixes
Diffstat (limited to 'src/Propellor/Property/Group.hs')
-rw-r--r--src/Propellor/Property/Group.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Group.hs b/src/Propellor/Property/Group.hs
index b171933a..f47867c1 100644
--- a/src/Propellor/Property/Group.hs
+++ b/src/Propellor/Property/Group.hs
@@ -1,6 +1,7 @@
module Propellor.Property.Group where
import Propellor.Base
+import Propellor.Property.User (hasGroup)
type GID = Int