You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm finally looking at migrating my work stuff to Spago, but one of the things we have to do for compliance reasons is use exact version numbers for our dependencies. I could define them as like >=1.0.0 <1.0.1, but that kinda sucks. Any objection to me adding support for exact versions to Range?