packages feed

skein 1.0.9.2 → 1.0.9.3

raw patch · 1 files changed

+3/−3 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

skein.cabal view
@@ -1,6 +1,6 @@ Cabal-version:       >= 1.8 Name:                skein-Version:             1.0.9.2+Version:             1.0.9.3 Synopsis:            Skein, a family of cryptographic hash functions.  Includes Skein-MAC as well. License:             BSD3 License-file:        LICENSE@@ -76,7 +76,7 @@         base         >= 3   && < 5,         bytestring   >= 0.9,         cereal       >= 0.3 && < 0.5,-        tagged       >= 0.2 && < 0.8,+        tagged       >= 0.2 && < 0.9,         crypto-api   >= 0.6 && < 0.14      Build-tools: hsc2hs@@ -124,7 +124,7 @@         base         >= 3   && < 5,         bytestring   >= 0.9,         cereal       >= 0.3 && < 0.5,-        tagged       >= 0.2 && < 0.8,+        tagged       >= 0.2 && < 0.9,         crypto-api   >= 0.6 && < 0.14,          filepath     == 1.*,