Closed LeventErkok closed 6 years ago
Well, ansi-wl-pprint puts an arbitrary upper bound on ansi-terminal, and for some reason Cabal doesn't get around to trying older versions of ansi-terminal.
Have you tried the flags suggested at the end of that output?
No, I haven't. This is all CI builds, so I'm messing with flags is neither easy nor desirable. Perhaps we should ping ansi-wl-pprint
folks to remove the upper bound?
Closing this — if anything, this looks like a cabal bug, and potentially fixed one. FWIW, I tried reproduce this on my machine but did not succeed.
Adding --max-backjumps=-1
fixed the issue. Probably not worth digging further into it. Thanks!
With the 0.8 release of ansi, I'm having issues while building sbv via cabal:
Full logs here: https://travis-ci.org/LeventErkok/sbv/jobs/321887094
This is hard to interpret, but looking through the only change is a new release of
ansi
. Any help how I should go about fixing this would be great!