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

shakespeare 2.0.20 doesn't compile with lts-13.0 on Windows #233

Open
dtaskoff opened this issue Dec 27, 2018 · 4 comments
Open

shakespeare 2.0.20 doesn't compile with lts-13.0 on Windows #233

dtaskoff opened this issue Dec 27, 2018 · 4 comments

Comments

@dtaskoff
Copy link

dtaskoff commented Dec 27, 2018

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 in lts-13.0, but it gets stuck at
Compiling Text.Internal.CssCommon.

@snoyberg
Copy link
Member

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?

@dtaskoff
Copy link
Author

dtaskoff commented Dec 27, 2018

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?

@ygale
Copy link
Contributor

ygale commented Jan 21, 2019

@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.

@dtaskoff
Copy link
Author

dtaskoff commented Jan 21, 2019

@ygale, Stackage stands for Stable Hackage : )

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

No branches or pull requests

3 participants