kazu-yamamoto / crypton-certificate

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

Fix dependency on crypton-x509 test #7

Open mstksg opened 6 months ago

mstksg commented 6 months ago

Unless I am misunderstanding the purpose of the test, it looks like the crypton-x509 test suite requires x509 instead of crypton-x509, which, when compiling, fails because the appropriate Arbitrary instance is not defined. I am guessing this is not intentional because we define Arbitrary instances for the crypton-x509 types of the same name, but do not use them AFAICT. This seems to only be an issue for crypton-x509 and not the others.

mstksg commented 6 months ago

Whoops I just noticed this is a duplicate of #3 (addressing #1) which was closed. Maybe there is something coming down the pipeline that will resolve this?

Bodigrim commented 4 months ago

Whoops I just noticed this is a duplicate of #3 (addressing #1) which was closed. Maybe there is something coming down the pipeline that will resolve this?

It seems to be closed unintentionally, just by virtue of upstream branch being gone.