diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-12-26 22:29:03 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-12-26 22:29:03 +0100 |
commit | aec69f07bd9cb3edc77309ccfae2cb61038e66e8 (patch) | |
tree | 344c17930cee85f535697a7cea073e22cfd94044 | |
parent | 849abc5fb3ad0b8c4bdecda1cfd8ba6d8ba96899 (diff) |
Fix README typos
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -65,9 +65,9 @@ Finally Haskell package dependency resolution is also run. `Cabal` then writes all the gathered information on the concrete configuration of the package into a file called `setup-config`. Subsequent -steps, such as`./Setup.hs build`, will then read this state file instead of -`<package-name>.cabal` to avoid having to probing the system or run -dependency resolution again. +steps, such as`runhaskell Setup.hs build`, will then read this state file +instead of `<package-name>.cabal` to avoid having to probe the system or +run dependency resolution again. It is this file that `cabal-helper` is primarily concerned with reading and presenting in a usable manner. Reading this file essentially means that all |