Skip to content

updates for compatibility with ghc-9.14#1673

Open
shayne-fletcher wants to merge 1 commit into
masterfrom
ghc-9.14.1
Open

updates for compatibility with ghc-9.14#1673
shayne-fletcher wants to merge 1 commit into
masterfrom
ghc-9.14.1

Conversation

@shayne-fletcher

Copy link
Copy Markdown
Collaborator

upgrade from the ghc-9.12 to the ghc-9.14 api. fixes #1672.

Comment thread hlint.cabal
if flag(threaded)
ghc-options: -threaded
if os(darwin)
ld-options: -framework Security

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does HLint need a security framework? Some comments would be helpful.

@shayne-fletcher shayne-fletcher Mar 22, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zliu41 at some point, linking failed due to a missing symbol used by one of HLint's dependencies. that missing symbol is in the Security framework. i'm sorry i don't remember which library or which symbol.

@ffaf1

ffaf1 commented May 20, 2026

Copy link
Copy Markdown

This would be quite useful to have, maybe CI just has to be restarted to pass? Logs are missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cabal install hlint fails with ghc-9.14.1

3 participants