Skip to content

Drop historic cabal flag overrides in cabal.project - #5062

Open
crtschin wants to merge 1 commit into
haskell:masterfrom
crtschin:crtschin/drop-simd-contraints
Open

Drop historic cabal flag overrides in cabal.project#5062
crtschin wants to merge 1 commit into
haskell:masterfrom
crtschin:crtschin/drop-simd-contraints

Conversation

@crtschin

Copy link
Copy Markdown
Collaborator

Closes #5061.

  • text -simdutf was necessary on GHC 9.0 and 9.2, outside of our supported GHC set.
  • bitvec -simd was necessary for Centos 7, which we've stopped supporting since the 2.11.0.0 release.

* `text -simdutf` was necessary on GHC 9.0 and 9.2, outside of our
   supported GHC set.
* `bitvec -simd` was necessary for Centos 7, which we've stopped
   supporting since the 2.11.0.0 release.
@crtschin crtschin changed the title WIP: Drop historic cabal flag overrides in cabal.project Drop historic cabal flag overrides in cabal.project Aug 28, 2026
@crtschin
crtschin marked this pull request as ready for review August 28, 2026 13:23
@crtschin
crtschin requested a review from michaelpj as a code owner August 28, 2026 13:23
@crtschin

Copy link
Copy Markdown
Collaborator Author

CI looks okay, so putting it up for review assuming our windows jobs cover the text override

@fendor

fendor commented Aug 29, 2026

Copy link
Copy Markdown
Collaborator

The CI is not quite relevant here, it mostly matters for the release CI whether it works on all supported platforms.

We can try merging it and see what the release CI says, or we wait after the release finished and then merge.

@crtschin

Copy link
Copy Markdown
Collaborator Author

I see, I'll try cherry picking it onto #5056 then.

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.

Revisit constraints in cabal.project

2 participants