-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
Unable to compile 0.11.7.3 on Windows and MacOS #74
Comments
The error I get when building is this:
|
The issue seems to be that we need to import |
Seeing the same issue for Stackage Nightly for Linux |
Same thing here on Linux with Cabal. |
Can you check whether ac3ca14 (or https://hackage.haskell.org/package/HsOpenSSL-0.11.7.4/candidate) compiles for you? |
Sorry, can you check 2062a24 instead? |
Builds for me, but with a lot of warnings. |
Published 0.11.7.4 with these fixes, 0.11.7.3 is deprecated on Hackage. There are a lot of warnings since there are a lot of deprecated functions in OpenSSL 3.0 (#63). Plus there are const/non-const pointer conversion warnings due to CApiFFI (perhaps it's possible to fix those). |
Sadly, this is not possible right now, but it will be in GHC 9.6 via |
The commit where the build started failing is this one
I have
openssl@3
installed via Homebrew andPKG_CONFIG_PATH
set like this:The text was updated successfully, but these errors were encountered: