libjwt-typed icon indicating copy to clipboard operation
libjwt-typed copied to clipboard

Relax monad-time bounds, and add a workaround for `now`

Open 414owen opened this issue 2 years ago • 0 comments

monad-time 0.4.0.0 removed an instance Monad m => MonadTime (ReaderT UTCTime m)

Which was required for now in Libjwt.Payload.

Luckily, it seems easy enough to create a NumericDate in a MonadReader UTCTime m

414owen avatar Oct 10 '22 13:10 414owen