hpke 0.0.0 → 0.1.0
raw patch · 2 files changed
+7/−3 lines, 2 filesdep +ramdep −memorydep ~cryptonPVP ok
version bump matches the API change (PVP)
Dependencies added: ram
Dependencies removed: memory
Dependency ranges changed: crypton
API changes (from Hackage documentation)
- Crypto.HPKE: newtype () => SharedSecret
+ Crypto.HPKE: newtype SharedSecret
Files
- ChangeLog.md +4/−0
- hpke.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,9 @@ # ChangeLog for hpke +## 0.1.0++* Using "ram" instead of "memory".+ ## 0.0.0 * Initial release
hpke.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: hpke-version: 0.0.0+version: 0.1.0 license: BSD3 license-file: LICENSE maintainer: kazu@iij.ad.jp@@ -32,8 +32,8 @@ base >=4.7 && <5, base16-bytestring, bytestring,- crypton >= 1.0.2,- memory+ crypton >= 1.1.0 && <1.2,+ ram default-extensions: Strict StrictData