Skip to content

Commit 5f06439

Browse files
authored
Merge pull request #167 from cherryblossom000/antivirus
add note about antivirus for haskell installation
2 parents dd2672c + 9ff125d commit 5f06439

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_chapters/haskell0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ stack config set snapshot lts-23.25
197197

198198
## Troubleshooting
199199

200+
For further issues, see [GHCup’s Troubleshooting page](https://www.haskell.org/ghcup/guide/#troubleshooting).
201+
200202
### Windows Issues
201203

202204
#### `invalid argument (invalid character)`
@@ -243,6 +245,10 @@ Add the following line to the bottom of the file:
243245
local-programs-path: C:\stack-programs
244246
```
245247
248+
#### Script immediately exits
249+
250+
If the script exits without installing anything, you might need to disable any third-party antivirus software.
251+
246252
### macOS Issues
247253
248254
If you get an error that looks something like `fatal error: 'ffi.h'`, it may be because you do not have the Xcode command line tools installed. (These are a collection of command line utilities and other developer tools that many programs rely on.) You can install them by running the following command in your terminal:

0 commit comments

Comments
 (0)