tel / saltine

Cryptography that's easy to digest (NaCl/libsodium bindings)
https://github.com/tel/saltine
MIT License
61 stars 29 forks source link

Support GHC 7.10 #22

Closed joachifm closed 9 years ago

joachifm commented 9 years ago

Ach, I don't understand why this fails. Built just fine on my fork https://travis-ci.org/joachifm/saltine/builds/56371727

tel commented 9 years ago

I'm not sure either. I'm more than happy to accept this patch along with anything that can fix the Travis tech.

tel commented 9 years ago

I thought it was the Travis cache, but there doesn't appear to be one. It's been a while since I've used Travis in Haskell, though. Perhaps the new Halcyon stuff from mietek would work better?

joachifm commented 9 years ago

On Mon, Mar 30, 2015, at 09:17 PM, Joseph Abrahamson wrote:

I thought it was the Travis cache, but there doesn't appear to be one.

I believe caching is a premium feature. Lack of caching makes free travis quite susceptible to transient failures. Could you please try restarting the build? I just did on my fork, and it once again built successfully.

It's been a while since I've used Travis in Haskell, though. Perhaps the new Halcyon stuff from mietek would work better?

I don't know, it looks cool, though.

tel commented 9 years ago

Restarted!

joachifm commented 9 years ago

Success this time. I've added an additional patch which I hope will improve robustness to unrelated transient failures.