frasertweedale/hs-jose

test/JWT.hs: error: Duplicate instance declarations

juhp opened this issue · 2 comments

juhp commented

In Stackage Nightly:

test/JWT.hs:54:10: error:
    Duplicate instance declarations:
      instance Monad m => MonadTime (ReaderT UTCTime m)
        -- Defined at test/JWT.hs:54:10
      instance [overlapping] [safe] Monad m =>
                                    MonadTime (ReaderT UTCTime m)
        -- Defined in ‘Control.Monad.Time’
   |
54 | instance Monad m => MonadTime (ReaderT UTCTime m) where
   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
juhp commented

Thanks!

@juhp thanks for reporting :)