Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
Add important error help when building on unix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tage Johansson committed Mar 4, 2021
1 parent 0e704f6 commit f94047e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -34,6 +34,14 @@ On unix like operating systems we use the package manager [nix][2] integrated wi
$ stack install
```

#### **Important: If stack build or stack run failes**

You can try:
```
$ rm -r ~/.stack/setup-exe-cache
```
And rerun the command.

### Windows

* Install [stack][1]
Expand Down

0 comments on commit f94047e

Please sign in to comment.