aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper/Runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/CabalHelper/Runtime')
-rw-r--r--src/CabalHelper/Runtime/Main.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CabalHelper/Runtime/Main.hs b/src/CabalHelper/Runtime/Main.hs
index 70a0cc5..2a72f37 100644
--- a/src/CabalHelper/Runtime/Main.hs
+++ b/src/CabalHelper/Runtime/Main.hs
@@ -243,7 +243,7 @@ usage = do
++" | config-flags\n"
++" | non-default-config-flags\n"
++" | write-autogen-files\n"
- ++" | compiler-version\n"
+ ++" | compiler-id\n"
++" | component-info\n"
++" | print-lbi [--human]\n"
++" ) ...\n"
@@ -253,7 +253,7 @@ commands = [ "flags"
, "config-flags"
, "non-default-config-flags"
, "write-autogen-files"
- , "compiler-version"
+ , "compiler-id"
, "package-db-stack"
, "component-info"
, "print-lbi"
@@ -346,7 +346,7 @@ main = do
initialBuildStepsForAllComponents distdir pd lbi v
return Nothing
- "compiler-version":[] -> do
+ "compiler-id":[] -> do
let CompilerId comp ver = compilerId $ compiler lbi
return $ Just $ ChResponseVersion $ (,) (show comp) (toDataVersion ver)