The latest versions of these packages on hackage are:
hashable-1.4.1.0
mtl-2.3
text-2.0.1
time-1.12.2
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!
The latest versions of these packages on hackage are:
hashable-1.4.1.0
mtl-2.3
text-2.0.1
time-1.12.2
time
has a1.13
version release, but it has a base bound of<0
, so I presume1.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 exportsguard
, hence the PR. Let me know if you'd prefer that instead and I can close this. Thanks!