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

doctest doesn't like being cross compiled #288

Open
quasicomputational opened this issue Feb 9, 2021 · 0 comments
Open

doctest doesn't like being cross compiled #288

quasicomputational opened this issue Feb 9, 2021 · 0 comments

Comments

@quasicomputational
Copy link
Collaborator

The path to the GHC that doctest invokes is determined at build time to be the GHC that is building it. This is obviously unfriendly to cross compilation.

I remember being convinced that this was for good reasons... but not what those reasons were, so it's possible I'm mistaken here. If there are good reasons, they should be written down for later reference and, if there aren't, ideally doctest would be changed to be more cross friendly.

This is possibly related to #282 and haskell/actions#30.

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

No branches or pull requests

1 participant