-
Notifications
You must be signed in to change notification settings - Fork 701
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
Build sequencing when build taffybar #3475
Labels
Milestone
Comments
Thanks for the bug report. What happens if you do
? |
It could be related to #3436. |
@23Skidoo Yes, that works. Any idea why? |
@erikd Well, the error you were getting was:
So once you installed Cabal 1.24, the error went away. I'm not quite sure why Cabal is not being installed automatically. |
Fix was merged! |
Thanks @ezyang ! |
Thank @grayjay who wrote the patch! :) |
Thanks @grayjay ! |
No problem! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using ghc-7.10 and cabal-install-1.24.0.0 and I'm getting a strange build failure when building the "taffybar" package.
I have a git clone of taffybar and in that directory I do:
This then fails with:
but if I then do:
everything is fine. Cabal seems to get something wrong with the sequencing, I have reproduced this on two different machines, but with the same versions of ghc and cabal-install.
The text was updated successfully, but these errors were encountered: