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?
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 toRange?