packages feed

skein 0.1.0.5 → 0.1.0.6

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~crypto-apidep ~taggedPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: crypto-api, tagged

API changes (from Hackage documentation)

Files

skein.cabal view
@@ -1,6 +1,6 @@ Cabal-version:       >= 1.8 Name:                skein-Version:             0.1.0.5+Version:             0.1.0.6 Synopsis:            Skein, a family of cryptographic hash functions.  Includes Skein-MAC as well. License:             BSD3 License-file:        LICENSE@@ -73,8 +73,8 @@         base         >= 3   && < 5,         bytestring   >= 0.9 && < 0.10,         cereal       >= 0.3 && < 0.4,-        tagged       >= 0.2 && < 0.3,-        crypto-api   >= 0.6 && < 0.10+        tagged       >= 0.2 && < 0.5,+        crypto-api   >= 0.6 && < 0.11      Build-tools: hsc2hs     GHC-options: -Wall