-
Notifications
You must be signed in to change notification settings - Fork 19
Travis build fails on ghc 7.8 #4
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
Comments
Ah, now I do have an idea. Before it was installing Cabal 1.20, now it is installing Cabal 1.22. Probably that's the difference! |
Filed in cabal: haskell/cabal#2330 |
Temporarily worked around it by restricting Travis to Cabal < 1.22. |
I can't get it to install the dependencies, I assume it's the same issue.
I also tried installing text independently, to an earlier version, but it didn't work :(
I don't actually code in Haskell, so it's possible that I'm just ignorant about some obvious thing. Just thought the lib sounded cool and wanted to see if I could get the example to work, maybe see if there's some expensive / volatile bit of Ruby code I could push over to it. shrug |
Ah it's kind of messy with Travis. Still no GHC 7.10 support even after 9 months of asking :( |
@nh2, there is a way to build with ghc-7.10 on travis, here's example .travis.yml |
I just restarted this build, which was green before, and now it fails on GHC 7.8 while exactly the same code worked perfectly just a few days ealier:
No clue yet what's going on.
The text was updated successfully, but these errors were encountered: