diff options
author | alexwl <alexey.a.kiryushin@gmail.com> | 2019-03-24 16:56:27 +0300 |
---|---|---|
committer | alexwl <alexey.a.kiryushin@gmail.com> | 2019-03-24 16:56:27 +0300 |
commit | 66fd80a8fb769924bf818a5e7eb2452bea8b6083 (patch) | |
tree | d085c1577ee28a06d1cf54a2abe9afe1fb93021c | |
parent | e9b64c5661fe1ab36e8646f287bba8e0b648a637 (diff) |
Fix typo
-rwxr-xr-x | install.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ argsParser = desc = "Install haskell-code-indexer executables with the GHC version they were" <> " compiled with appended to their name. Builds everything if you don't" - <> " specify options. Not that if you already have an indexer executable" + <> " specify options. Note that if you already have an indexer executable" <> " without the GHC version appended in your Stack's local bin" <> " it will be deleted." |