frasertweedale / hs-jose

Haskell JOSE and JWT library
http://hackage.haskell.org/package/jose
Apache License 2.0
122 stars 46 forks source link

test/JWT.hs: error: Duplicate instance declarations #59

Closed juhp closed 6 years ago

juhp commented 6 years ago

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 6 years ago

Thanks!

frasertweedale commented 6 years ago

@juhp thanks for reporting :)