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
Hello! We aren't actively maintaining Haskelly anymore. If you want to submit a PR fixing the issue we'll gladly review it and release a new version with the changes :)
Change the Windows path to a Linux path, when the Terminal is WSL (or another Bash)
User@~$ cd "c:\Users..."
-bash: cd: c:\Users...: No such file or directory
should be: cd /mnt/c/Users/...
The text was updated successfully, but these errors were encountered: