aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper/Runtime
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-12-15 22:38:45 +0100
committerDaniel Gröber <dxld@darkboxed.org>2019-01-22 03:06:51 +0100
commit8b1729d8da802c6f8ffa2c8efd1118ef9ef543e0 (patch)
tree4a5272da0da88ae76a2076ea4e0484a54dee2bd0 /src/CabalHelper/Runtime
parentb5f9ccc08ca8468808870279d335947a5d868511 (diff)
Rename helper command: s/compiler-version/compiler-id/
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)