tekul / jose-jwt

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

jose-jwt-0.4 test suite failure #3

Closed peti closed 9 years ago

peti commented 9 years ago

A complete build log that shows the errors is available at http://hydra.cryp.to/build/578072/nixlog/2/raw.

tekul commented 9 years ago

There was a problem with the doctests since they need cprng-aes installed (but it doesn't have to be in the cabal file, hence they pass locally). Hackage doesn't run the tests, and 0.4 installs fine with cabal, so to I thought it'd be OK. I'll release a 0.4.1 version which should fix this.

peti commented 9 years ago

Thank you!

tekul commented 9 years ago

OK, that's 0.4.1 on hackage. Hopefully that should do do the job. Thanks for keeping me right :).

tekul commented 9 years ago

The Hydra build looks to be OK for 0.4.1, so closing.

peti commented 9 years ago

Thanks a lot for the quick fix!