-
Notifications
You must be signed in to change notification settings - Fork 3
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
Stuck while compiling on windows #1
Comments
On ubuntu 32 bit I get an error with text-printer as well https://circleci.com/gh/PostgREST/postgrest/3313?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link. Though this one quits. |
The problem also occurs when building text-printer stand-alone with GHC 8.6.5 / stackage lts-13.27: https://ci.appveyor.com/project/robx/text-printer/builds/25781889 Changing the alpha to a doesn't help. Removing the offending SPECIALIZE pragmas does: |
same behaviour with GHC 8.4.4 / stackage lts-12.26: https://ci.appveyor.com/project/robx/text-printer/builds/25782417 |
I have fixed the warning in dd8a404, see if it helps with the compiler hangup. |
Indeed, that fixes it. I'll go ahead and file a bug report with ghc. |
GHC bug report: https://gitlab.haskell.org/ghc/ghc/issues/16917 |
The fix is on Hackage (version 0.5.0.1), I'm closing the issue. BTW, it would help GHC devs if you could provide a reduced test case (start with |
OS: Windows x64
GHC: 8.4.4 and 8.6.5
While compiling, the following warning is shown:
Then compiling somehow doesn't progress.
Logs can be seen here https://ci.appveyor.com/project/steve-chavez/postgrest/builds/25506383.
text-printer used to work normally on GHC 8.0.2 on windows.
Any pointers would be greatly appreciated.
The text was updated successfully, but these errors were encountered: