serokell / universum

:milky_way: Prelude written in @Serokell
MIT License
176 stars 26 forks source link

Update text upper bound and write how to do it quickly #239

Closed gromakovsky closed 3 years ago

gromakovsky commented 3 years ago

text-1.2.5.0 is available, but we have an upper bound that prohibits this version saying:

                     -- Make sure that "toString-toText-rewritting" note
                     -- is still valid when bumping this constraint.

We should:

  1. Check that the note is still valid.
  2. If it's still valid, permit 1.2.5.0 version.
  3. Expand this note to start with a quick guide how to check that it's still valid. Something like: "open source code of module X, find functions a and b, check something about a and b".