kazu-yamamoto / crypton-certificate

Certificate and Key Reader/Writer in haskell
0 stars 5 forks source link

crypton-x509's test suite depends on x509 #10

Closed ysangkok closed 3 months ago

ysangkok commented 3 months ago

I think it would be better if the test suite depended on crypton-x509 instead of x509.

See:

https://github.com/kazu-yamamoto/crypton-certificate/blob/main/x509/crypton-x509.cabal#L57

This caused tests to get disabled in Stackage, see build-constraints.yaml.

kazu-yamamoto commented 3 months ago

I have released a new version which uses crypton-x509 for testing.