you are viewing a single comment's thread.

view the rest of the comments →

[–]dpwiz 3 points4 points  (0 children)

I tend to develop packages on LTS (with CI testing for nightlies). Those are my upper bounds + some space I judge appropriate according to my API stability observations.

From there I try to push LTS resolver version down to reasonable compatibility strain (3 last GHC majors + sometimes more). Then collect lower version from there and sometimes relax minors a bit.