haskell-tls / hs-certificate

Certificate and Key Reader/Writer in haskell
60 stars 57 forks source link

Build failure in x509-1.7.6 with mtl-2.3 #129

Closed sjakobi closed 2 years ago

sjakobi commented 2 years ago
Data/X509/Internal.hs:23:12: error:
    Not in scope: type constructor or class ‘ExceptT’
   |
23 | runErrT :: ExceptT e m a -> m (Either e a)
   |            ^^^^^^^

Data/X509/Internal.hs:25:13: error:
    Not in scope: type constructor or class ‘ExceptT’
   |
25 | type ErrT = ExceptT
   |             ^^^^^^^
sjakobi commented 2 years ago

Note that the removal of ExceptT may have been an error. See https://github.com/haskell/mtl/issues/117.

It may be worth waiting to see how that issue plays out.

RyanGlScott commented 2 years ago

I believe this was resolved in #130.

sjakobi commented 2 years ago

I believe this was resolved in #130.

Awesome, thanks! :)