jose-jwt 0.4 → 0.4.1
raw patch · 2 files changed
+7/−1 lines, 2 filesdep +cprng-aesPVP ok
version bump matches the API change (PVP)
Dependencies added: cprng-aes
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- jose-jwt.cabal +2/−1
CHANGELOG.md view
@@ -1,3 +1,8 @@+0.4.1+-----++* Add cprng-aes dependency to doctests to stop test failure on travis and nixos hydra builds.+ 0.4 ---
jose-jwt.cabal view
@@ -1,5 +1,5 @@ Name: jose-jwt-Version: 0.4+Version: 0.4.1 Synopsis: JSON Object Signing and Encryption Library Homepage: http://github.com/tekul/jose-jwt Bug-Reports: http://github.com/tekul/jose-jwt/issues@@ -98,6 +98,7 @@ Ghc-options: -XOverloadedStrings Build-depends: base , doctest >= 0.9.11+ , cprng-aes Benchmark bench-jwt Default-Language: Haskell2010