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

Simplify support of 32-bit architectures #22

Merged
merged 1 commit into from Mar 16, 2024

Conversation

Bodigrim
Copy link
Contributor

if arch(i386) || arch(wasm32)
hs-source-dirs: src, src-i386
else
hs-source-dirs: src, src-gen

isn't really sufficient: there are more 32-bit architectures such as ARM and such.

But also it seems we can simplify the setup without losing anything, no?

@ulysses4ever
Copy link
Collaborator

Great idea! There a little issue in the CI.

@Bodigrim
Copy link
Contributor Author

@ulysses4ever fixed now.

@Bodigrim
Copy link
Contributor Author

@ulysses4ever @swamp-agr any more comments / suggestions on this?

@ulysses4ever ulysses4ever merged commit 9e3bb0e into klapaucius:master Mar 16, 2024
8 checks passed
@ulysses4ever
Copy link
Collaborator

Thank you!

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.

None yet

2 participants