diff options
author | alexwl <alexey.a.kiryushin@gmail.com> | 2019-01-11 16:00:04 +0300 |
---|---|---|
committer | alexwl <alexey.a.kiryushin@gmail.com> | 2019-01-11 16:00:04 +0300 |
commit | cdd7494e6cd20741218b37185501bf5bf244761d (patch) | |
tree | 4847b527a207c2313227042f0f31eed1855af8c3 | |
parent | b6533100bf63babd3c8eb96a4a048a4b0e1dcaa9 (diff) |
Fix README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |