tekul / jose-jwt

Haskell implementation of JOSE/JWT standards
BSD 3-Clause "New" or "Revised" License
35 stars 22 forks source link

added export of EcCurve type, this allows construction of Jwk's from … #24

Closed ProofOfKeags closed 6 years ago

ProofOfKeags commented 6 years ago

this allows construction of Jwk's from scratch, I encountered the need for this when trying to translate pem encoded keys to Jwk's

ProofOfKeags commented 6 years ago

Looks like the 7.10 build is failing due to build issues with memory/basement?

tekul commented 6 years ago

Thanks. I've added your change and updated the build to drop support for ghc < 8, since cryptonite no longer supports earlier version.

ProofOfKeags commented 6 years ago

We good to merge this?

tekul commented 6 years ago

Uhhh, I already did. See my comment and commit above? Also I've released 0.8.0 so you should hopefully be good to go with that. Let me know if you have any further issues.

ProofOfKeags commented 6 years ago

whoops. My bad. I just saw the PR with an "open" status. We're all good, thanks.