Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i find a stack resolver that contains my package?

Trying to install hip with the newest stack resolver (lts-13.4) does not work (see my question here), because dependencies are not in hackage. However, installing with resolver lts-7.5 does work. How can i find out which resolver can install a specific package?

like image 588
Agilix Avatar asked Sep 09 '25 23:09

Agilix


1 Answers

It does not seem to be very well advertised on stackage, but one can obtain the list of all the snapshots a package appears in using an URL like the following one.

https://www.stackage.org/package/hip/snapshots

How did I find that URL? I browsed an old enough LTS which contained hip. Then I browsed the hip package page within that snapshot. There, I found a link named "See all snapshots hip appears in".

like image 123
chi Avatar answered Sep 12 '25 14:09

chi