summaryrefslogtreecommitdiff
path: root/src/Propellor/DotDir.hs
diff options
context:
space:
mode:
authorJoey Hess2016-04-02 15:57:26 -0400
committerJoey Hess2016-04-02 15:57:26 -0400
commita55ddfca3fe1ee3b297b21e7596f4182678ff6a6 (patch)
tree353769010454f9ad6cd1274efb5d1e356d3e2044 /src/Propellor/DotDir.hs
parentd389d56600f37a2e136838d8287b0774b36becd3 (diff)
qualify exports
Diffstat (limited to 'src/Propellor/DotDir.hs')
-rw-r--r--src/Propellor/DotDir.hs7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Propellor/DotDir.hs b/src/Propellor/DotDir.hs
index 4f27788d..52ab0571 100644
--- a/src/Propellor/DotDir.hs
+++ b/src/Propellor/DotDir.hs
@@ -1,4 +1,9 @@
-module Propellor.DotDir where
+module Propellor.DotDir
+ ( distrepo
+ , dotPropellor
+ , interactiveInit
+ , checkRepoUpToDate
+ ) where
import Propellor.Message
import Propellor.Bootstrap