hecc 0.3 → 0.3.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep −binarydep −bytestringdep −cerealPVP ok
version bump matches the API change (PVP)
Dependencies removed: binary, bytestring, cereal, random
API changes (from Hackage documentation)
Files
- hecc.cabal +5/−5
hecc.cabal view
@@ -1,5 +1,5 @@ Name: hecc-Version: 0.3+Version: 0.3.1 Synopsis: Elliptic Curve Cryptography for Haskell Description: Pure math & algorithms for Elliptic Curve Cryptography in Haskell License: BSD3@@ -19,10 +19,10 @@ src Build-Depends: base >= 4 && < 5,- random,- bytestring,- binary,- cereal,+-- random,+-- bytestring,+-- binary,+-- cereal, crypto-api, repa, vector