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

Attempt to run doctests with GHC that were disabled #478

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

Shimuuar
Copy link
Contributor

If 624c0ab did fix doctest with old GHCs we can remove conditionals.

Copy link
Contributor

@lehins lehins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@Shimuuar
Copy link
Contributor Author

And it blew up on macos. (Linker errors when running doctests)

624c0ab fixed most of the issues. And indeed we
can run doctests on GHC>=8.6. However running doctests on macos caused linker
errors for GHC 8.10 and 9.0

> ld: warning: -undefined dynamic_lookup may not work with chained fixups
@Shimuuar Shimuuar merged commit f21d174 into haskell:master Jan 23, 2024
22 checks passed
@Shimuuar Shimuuar deleted the doctests-versions branch January 23, 2024 20:19
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