From aec69f07bd9cb3edc77309ccfae2cb61038e66e8 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Thu, 26 Dec 2019 22:29:03 +0100 Subject: Fix README typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79bbbc3..3723e17 100644 --- a/README.md +++ b/README.md @@ -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 -`.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 `.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 -- cgit v1.2.3