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 doctests for GHC 8.10 and 9.0 #435

Merged
merged 3 commits into from
Jun 12, 2022
Merged

Conversation

HanStolpo
Copy link
Contributor

Fix doctests to work for later versions of GHC. The cabal file specifies
the default language to be Haskell2010 but doctest seems to not pickup
this configuration. We fix this by passing this in as a command line
argument to doctest.

Relates to github issue #370

Fix doctests to work for later versions of GHC. The cabal file specifies
the default language to be Haskell2010 but doctest seems to not pickup
this configuration. We fix this by passing this in as a command line
argument to doctest.
@lehins lehins merged commit 42f92f3 into haskell:master Jun 12, 2022
@lehins
Copy link
Contributor

lehins commented Jun 12, 2022

Awesome!!!! Thank you Handre

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