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
The installation of cabal via brew install cabal-install on macOS fails with the following message:
cabal
brew install cabal-install
[1 of 1] Compiling Main ( Setup.hs, Setup.o ) Linking Setup ... clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-L/usr/local/lib' [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-L/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries' [-Wunused-command-line-argument] Configuring lukko-0.1.1... Setup: Encountered missing or private dependencies: base >=4.5 && <4.14 Error during cabal-install bootstrap: Configuring the lukko package failed.
System information
ghc
Homebrew
The text was updated successfully, but these errors were encountered:
There are no cabal-install release which is buildable with GHC-8.10.1
cabal-install
#6799
Sorry, something went wrong.
No branches or pull requests
The installation of
cabal
viabrew install cabal-install
on macOS fails with the following message:System information
ghc
version 8.10.1Homebrew
version 2.4.9The text was updated successfully, but these errors were encountered: