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

Replace x32 with ia32 for Architecture matching #631

Merged
merged 1 commit into from
Jul 13, 2022

Conversation

fendor
Copy link
Collaborator

@fendor fendor commented Jul 13, 2022

Architecture type now:

type Architecture = 'arm' | 'arm64' | 'ia32' | 'mips' | 'mipsel' | 'ppc' | 'ppc64' | 's390' | 's390x' | 'x64';

Hope that's the correct type.

@hasufell
Copy link
Member

@fendor fendor merged commit 6e034c0 into haskell:master Jul 13, 2022
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