-
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
Hack to include cabal_macros.h
causes build failure with stack / GHC 9.10
#92
Comments
cabal_macros.h
causes build failure with stackcabal_macros.h
causes build failure with stack / GHC 9.10
Unfortunately, I have no time to check it. I will gladly accept a PR with a fix. |
If you give me commit rights (here and on hackage) I can give it a shot. Probably I will first see to update the CI, to make sure the fix is portable. |
This repo is now under haskell-cryptography org, I'm not sure whether I can give commit rights. @Kleidukos, could you give commit rights to HsOpenSSL to @andreasabel ? He helps a lot in keeping things building (maintains CI of https://github.com/haskell/text-icu and in a number of other projects) and works on Agda. @andreasabel, I added you to the list of HsOpenSSL maintainers: |
@vshabanov You should now be able to manage the access list, and I'll send an invitation to Andreas too! |
HsOpenSSL/cbits/HsOpenSSL.h
Lines 23 to 33 in b7a4999
This happens when I build a project with stack that uses HsOpenSSL (does not happen when I do
stack build
in the HsOpenSSL project).I am on macOS (Monterey).
The problem is not limited to macOS, though https://github.com/hackage-trustees/hackage-cli/actions/runs/9759798062/job/26937247345:
Not sure what the reason is that the hack no longer works with GHC 9.10. Maybe a change in the
Cabal
library?The text was updated successfully, but these errors were encountered: