diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-04-02 15:57:26 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-04-02 15:57:26 -0400 |
| commit | a55ddfca3fe1ee3b297b21e7596f4182678ff6a6 (patch) | |
| tree | 353769010454f9ad6cd1274efb5d1e356d3e2044 /src/Propellor/DotDir.hs | |
| parent | d389d56600f37a2e136838d8287b0774b36becd3 (diff) | |
qualify exports
Diffstat (limited to 'src/Propellor/DotDir.hs')
| -rw-r--r-- | src/Propellor/DotDir.hs | 7 |
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 |
