haskell-tls / hs-certificate

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

Update PublicKey.hs #70

Closed odr closed 7 years ago

odr commented 8 years ago

Now if non-supported type of certificate (e.g. GOST-xxx) installed on computer then there is uncatchable error. It is appearing for instance if I run stack setup. I suppose it is just a sort of typo so I change "error" to "Left".

vincenthz commented 7 years ago

Thanks !