Closed nicolabotta closed 7 years ago
That's because the version of cheapskate that 1.1.1 uses is too new for 0.99.2, but the upper bound is too high on 0.99.2 (a new incompatible version of cheapskate was released that added those instances that we already defined, unluckily with a version number under our upper bound.) So what you have to do is to add "cheapskate < 0.1.1"
to the cabal install command line. Or to put that bound in idris.cabal
.
Thanks Niklas, your suggestion worked perfectly and I am closing the issue!
After installing Idris 1.1.1 for test purposes, 0.99.2 fails to reinstall on Debian stretch. A problem appears to be
src/Idris/DeepSeq.hs
:Any idea how to reinstall 0.99.2 on Debian stretch?