summaryrefslogtreecommitdiff
path: root/GitAnnex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r--GitAnnex.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs
index b9c22bdfb..adf07e5b3 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -42,6 +42,7 @@ import qualified Command.Untrust
import qualified Command.Semitrust
import qualified Command.Map
import qualified Command.Upgrade
+import qualified Command.Version
cmds :: [Command]
cmds = concat
@@ -72,6 +73,7 @@ cmds = concat
, Command.Migrate.command
, Command.Map.command
, Command.Upgrade.command
+ , Command.Version.command
]
options :: [Option]