-
Notifications
You must be signed in to change notification settings - Fork 76
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
shakespeare 2.0.20 doesn't compile with lts-13.0 on Windows #233
Comments
I believe this is a bug in GHC 8.6.3 itself. GHC 8.6.4 is slated to be released and should include a fix for this. For now, can you downgrade to LTS 12? |
Yes, I can, but I think you should consider removing the package from stable hackage, until the issue is resolved. EDIT: is this the bug you mentioned? |
@leohaskell You meant remove from stable stackage, right? It should not be removed from hackage - people not on Windows may still want to use it. |
@ygale, Stackage stands for Stable Hackage : ) |
Steps to reproduce:
git clone https://github.com/yesodweb/shakespeare.git cd shakespeare stack build --resolver=lts-13.0
I'd expect this to succeed, since
shakespeare
is included inlts-13.0
, but it gets stuck atCompiling Text.Internal.CssCommon
.The text was updated successfully, but these errors were encountered: