-
Notifications
You must be signed in to change notification settings - Fork 155
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
clash-lib doctest errors with GHC 9.4 on Debian #2609
Comments
I can replicate by:
using:
|
As a work-around we have to do:
So the problem is that the created |
This is martijnbastiaan/doctest-parallel#22. I don't know of a way to get it from |
There isn't a way to use this workaround when doing a Setup.hs build, is there? |
I got the same issue on GHC 9.2. We are also reliant on a |
I'm trying to build clash-lib 1.8.1 on Debian with GHC 9.4.7. The build phase completes successfully, but when running the doctests test suite, I'm running into the below errors. There are lots more of them, all related to
MIN_VERSION_ghc
. Any ideas what might be going wrong?The text was updated successfully, but these errors were encountered: