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

Fix compilation errors in array and vector library #6

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

noahmartinwilliams
Copy link
Contributor

unsafeCoerce# has been moved from GHC.Base to GHC.Exts.

unsafeCoerce# has been moved from GHC.Base to GHC.Exts.
@dpvanbalen
Copy link
Contributor

haskell/primitive#258
This is the first source I can find on it, claiming that it was moved from GHC.Prim (re-exported by GHC.Base) to Unsafe.Coerce (not re-exported by GHC.Base). GHC.Exts (re-)exports it from base-4.11 (GHC 8.4) up until now, so this seems safe.

@dpvanbalen dpvanbalen merged commit 972aa4b into AccelerateHS:master Nov 20, 2023
0 of 4 checks passed
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.

2 participants