You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/GUIDE.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1157,6 +1157,10 @@ Flags worth mentioning:
1157
1157
variable from being set. Some tools — notably cabal-install — do not behave
1158
1158
well with that variable set.
1159
1159
1160
+
You may also find it convenient to use `stack exec` to launch a subshell (substitute `bash` with your preferred shell) where your compiled executable is available at the front of your `PATH`:
1161
+
1162
+
stack exec bash
1163
+
1160
1164
## ghci (the repl)
1161
1165
1162
1166
GHCi is the interactive GHC environment, a.k.a. the REPL. You *could* access it
0 commit comments