Skip to content
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

Remove Setup.hs #101

Merged
merged 3 commits into from
Jan 2, 2025
Merged

Remove Setup.hs #101

merged 3 commits into from
Jan 2, 2025

Conversation

andreasabel
Copy link
Collaborator

@andreasabel andreasabel commented Dec 31, 2024

Commits:

  • Remove Setup.hs and switch to build-type: Simple: Contains bump to 0.11.7.9
  • CI: bump versions of checkout and cache actions
  • CI: add GHC 9.12.1, add macos-13 for GHC 8.0 - 9.0

Further:

  • It would be good to document the cabal build flags in the README.

@andreasabel andreasabel changed the title build type simple Remove Setup.hs Dec 31, 2024
@andreasabel andreasabel linked an issue Dec 31, 2024 that may be closed by this pull request
@vshabanov vshabanov merged commit a4c62e6 into master Jan 2, 2025
27 checks passed
, ""
, "or use"
, ""
, "cabal configure --extra-include-dirs=... --extra-lib-dirs=..."
Copy link
Collaborator

Choose a reason for hiding this comment

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

README can include a modified version of this.

One can also use flags in cabal.project.local:

package HsOpenSSL
  flags: +use-pkg-config
-- or +macports-openssl
-- or +homebrew-openssl

@vshabanov
Copy link
Collaborator

It's now uploaded on Hackage

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.

HsOpenSSL fails to build with GHC 9.12 due to Setup.hs
2 participants