summaryrefslogtreecommitdiff
path: root/CmdLine.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-11 17:52:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-11 17:52:46 -0400
commitebc3fbe9ae2c5cc52332c77a92697c2517ce8263 (patch)
treef65c38ab3d452c0cde3d0d3b968c216f1ee30705 /CmdLine.hs
parentaf82586adff96f18fe768e432f501c647401262f (diff)
explicit exports
Diffstat (limited to 'CmdLine.hs')
-rw-r--r--CmdLine.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/CmdLine.hs b/CmdLine.hs
index 53707cd71..cc8708889 100644
--- a/CmdLine.hs
+++ b/CmdLine.hs
@@ -4,7 +4,10 @@
- System.Console.CmdArgs.Implicit but it is not yet packaged in Debian.
-}
-module CmdLine where
+module CmdLine (
+ argvToMode,
+ dispatch
+) where
import System.Console.GetOpt
import Annex