zgrannan / rest

A library for rewriting
BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link

Relax upper bounds: Hashable, MTL, Text, Time #32

Closed tbidne closed 2 years ago

tbidne commented 2 years ago

The latest versions of these packages on hackage are:

time has a 1.13 version release, but it has a base bound of <0, so I presume 1.12.2 is the intended latest.

These all appear to be upgradeable (builds and tests pass, at least).

Technically all of these could be done with revisions, though the tests will fail to compile with mtl's update since 2.3 no longer exports guard, hence the PR. Let me know if you'd prefer that instead and I can close this. Thanks!

zgrannan commented 2 years ago

LGTM, thank you!