This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It seems with the newer time package, `reads` is returning more than a single element tuple, ``` λ> t = "2009-04-15 10:02:06 UTC" λ> reads @UTCTime t [(2009-04-15 10:02:06 UTC,""),(2009-04-15 10:02:06 UTC," UTC")] ``` Checking for a first element with no trailing characters gets the tests passing again.
- Loading branch information