aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexwl <alexey.a.kiryushin@gmail.com>2019-01-11 16:00:04 +0300
committeralexwl <alexey.a.kiryushin@gmail.com>2019-01-11 16:00:04 +0300
commitcdd7494e6cd20741218b37185501bf5bf244761d (patch)
tree4847b527a207c2313227042f0f31eed1855af8c3
parentb6533100bf63babd3c8eb96a4a048a4b0e1dcaa9 (diff)
Fix README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8e5b8f7..de153b3 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ A package should be built using either cabal-install or stack before indexing (`
If there is no globally installed GHC on the system, then it is possible to use `stack exec` command ([https://docs.haskellstack.org/en/stable/GUIDE/#exec](https://docs.haskellstack.org/en/stable/GUIDE/#exec)) that adds a path to GHC binaries installed by Stack to `PATH` environment variable:
```bash
-stack --resolver=lts-12.12 exec --no-ghc-package-path haskell-code-indexer -- INDEXER_OPTIONS
+stack --resolver=lts-13.0 exec --no-ghc-package-path haskell-code-indexer -- INDEXER_OPTIONS
```
### Examples