We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got this error on every exercisms when i execute "stack test"
ghc version : 8.8.3 stack = 2.3.1
hspec-discover> Building executable 'hspec-discover' for hspec-discover-2.7.1..
hspec-discover> [1 of 2] Compiling Main
hspec-discover> [2 of 2] Compiling Paths_hspec_discover
hspec-discover> Linking .stack-work/dist/x86_64-osx/Cabal-3.0.1.0/build/hspec-discover/hspec-discover ...
hspec-discover> Undefined symbols for architecture x86_64:
hspec-discover> "___darwin_check_fd_set_overflow", referenced from:
hspec-discover> _awaitEvent in libHSrts.a(Select.o)
hspec-discover> ld: symbol(s) not found for architecture x86_64
hspec-discover> clang: error: linker command failed with exit code 1 (use -v to see invocation)
hspec-discover> clang' failed in phase Linker'. (Exit code: 1)
clang' failed in phase
The text was updated successfully, but these errors were encountered:
Quick search resulted in these: haskell/haskell-ide-engine#1058 and haskell/haskell-ide-engine#1791 Might help.
Sorry, something went wrong.
Hi @Hakimba. Have you experienced any progress on this issue?
Since it dates back to June, I am going to close it for now, but feel free to get back in case you still have compilation problems.
No branches or pull requests
I got this error on every exercisms when i execute "stack test"
ghc version : 8.8.3
stack = 2.3.1
The text was updated successfully, but these errors were encountered: