haskell-tls / hs-certificate

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

x509: Bump requirements to GHC 7.8 and transformers 0.4 series #130

Closed ysangkok closed 2 years ago

ysangkok commented 2 years ago

This fixes compatibility with transformers 0.6. Tested using

cabal test --constraint='transformers>=0.6' all

and the following cabal.project:

packages: x509 x509-store x509-system x509-util x509-validation
kazu-yamamoto commented 2 years ago

Merged and a new version has been released. Thank you for your contribution!