From 248a0b9838397fc6f3cbb00dea5b88ad3db00afd Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Wed, 22 Nov 2023 15:19:32 -0500 Subject: [PATCH] Update the build message snippet --- doc/GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/GUIDE.md b/doc/GUIDE.md index ea41782fb4..b00c9cf152 100644 --- a/doc/GUIDE.md +++ b/doc/GUIDE.md @@ -981,7 +981,7 @@ stack build :helloworld-test Building all executables for `helloworld' once. After a successful build of all of them, only specified executables will be rebuilt. helloworld> configure (lib + exe + test) Configuring helloworld-0.1.0.0... -helloworld> build (lib + exe + test) +helloworld> build (lib + exe + test) with ghc-x.y.z Preprocessing library for helloworld-0.1.0.0.. Building library for helloworld-0.1.0.0.. [1 of 2] Compiling Lib @@ -1024,7 +1024,7 @@ and command again: ~~~text stack build :helloworld-test helloworld-0.1.0.0: unregistering (local file changes: test\Spec.hs) -helloworld> build (lib + test) +helloworld> build (lib + test) with ghc-x.y.z Preprocessing library for helloworld-0.1.0.0.. Building library for helloworld-0.1.0.0.. Preprocessing test suite 'helloworld-test' for helloworld-0.1.0.0..