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
This allows you to set a special stack root (instead of `~/.stack/`) and to
152
-
target your commands at a particular `stack.yaml` instead of the one found in
153
-
the current directory.
151
+
This allows you to set a special stack root (instead of `~/.stack/` or, on
152
+
Windows, `%LOCALAPPDATA%\Programs\stack`) and to target your commands at a
153
+
particular `stack.yaml` instead of the one found in the current directory.
154
154
155
155
#### Complete guide to stack
156
156
@@ -203,4 +203,3 @@ label on the Github issue tracker.
203
203
204
204
#### How to uninstall
205
205
Removing ``~/.stack`` and ``/usr/local/bin/stack`` should be sufficient. You may want to delete ``.stack-work`` folders in any Haskell projects that you have built.
0 commit comments