haskell/ghcup-hs

Installing on Ubuntu 20.04 gives outdated install requirements

Closed this issue · 1 comments

In GitLab by @steveno on Oct 31, 2020, 09:48

Specifically, libffi6 has been upgraded to libffi7. I do not yet know if that makes a difference.

In GitLab by @maerwald on Oct 31, 2020, 20:19

The proper solution is to allow version ranges in our yaml format, so you can say that requirements or bindists are valid for >=20.04. Otherwise these things are hard to maintain. I'm not yet 100% sure how to design it.