-
Notifications
You must be signed in to change notification settings - Fork 7
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
Testsuite (doctest) needs --write-ghc-environment-files=always
#9
Comments
Thanks for the report! Is this new functionality on hackage? I just pushed a new version but it was a tiny dependency bump and I wouldn't expect any breakage. |
I've disabled the tests on hackage for now. |
Likely the last deployment of the |
If you want to write a patch enabling it, I'm down to try... I think our builder is "sealed" enough this should be fine. |
Tests are failing on hackage: https://hackage.haskell.org/package/type-errors-0.2.0.2/reports/1
I can reproduce this locally because I have cabal configuration setting
write-ghc-environment-files: never
.Tests pass after
cabal build --write-ghc-environment-files=always
.Not sure what can be done about it.
One can disable the hackage tests at: https://hackage.haskell.org/package/type-errors-0.2.0.2/reports/testsEnabled/
However, it would be better if one could pass the configuration needed to run the test.
The text was updated successfully, but these errors were encountered: