From 225e209b2c93d7f28e206a618ef86a396cf65986 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Mon, 12 Jun 2017 03:09:23 +0200 Subject: Fix wording in libexecNotFound error message --- Distribution/Helper.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Distribution/Helper.hs b/Distribution/Helper.hs index f14ae21..7f34b09 100644 --- a/Distribution/Helper.hs +++ b/Distribution/Helper.hs @@ -452,7 +452,7 @@ libexecNotFoundError :: String -- ^ Name of the executable we were trying to libexecNotFoundError exe dir reportBug = printf ( "Could not find $libexecdir/%s\n" ++"\n" - ++"If you are a developer set the environment variable\n" + ++"If you are a cabal-helper developer you can set the environment variable\n" ++"`cabal_helper_libexecdir' to override $libexecdir[1]. The following will\n" ++"work in the cabal-helper source tree:\n" ++"\n" -- cgit v1.2.3