Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 9ee04b2

Browse files
authored
Merge pull request #1027 from Rhywun/Rhywun-patch-1
Update README.md - workaround for missing gmp library. Closes #1001
2 parents 5cab311 + f457668 commit 9ee04b2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,11 @@ All the documentation is in [the docs folder](/docs) at the root of this project
687687

688688
## Troubleshooting
689689

690+
### macOS: Got error while installing GHC 8.6.1 or 8.6.2 - dyld: Library not loaded: /usr/local/opt/gmp/lib/libgmp.10.dylib
691+
692+
These builds have a dependency on [homebrew](https://brew.sh)'s `gmp` library. Install with brew: `brew install gmp`.
693+
[Should be fixed in GHC 8.6.3.](https://ghc.haskell.org/trac/ghc/ticket/15769)
694+
690695
### macOS: Got error while processing diagnostics: unable to load package `integer-gmp-1.0.2.0`
691696

692697
[Rename the file](https://github.com/alanz/vscode-hie-server/issues/89#issuecomment-398212122) at `~/.stack/programs/x86_64-osx/ghc-8.4.3/lib/ghc-8.4.3/integer-gmp-1.0.2.0/HSinteger-gmp-1.0.2.0.o` to a temporary name.

0 commit comments

Comments
 (0)