Skip to content

Commit

Permalink
Update the build message snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Nov 22, 2023
1 parent 002d70e commit 248a0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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..
Expand Down

0 comments on commit 248a0b9

Please sign in to comment.