skein 0.1.0.11 → 0.1.0.12
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~crypto-apiPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: crypto-api
API changes (from Hackage documentation)
Files
- skein.cabal +3/−3
skein.cabal view
@@ -1,6 +1,6 @@ Cabal-version: >= 1.8 Name: skein-Version: 0.1.0.11+Version: 0.1.0.12 Synopsis: Skein, a family of cryptographic hash functions. Includes Skein-MAC as well. License: BSD3 License-file: LICENSE@@ -75,7 +75,7 @@ bytestring >= 0.9, cereal >= 0.3 && < 0.4, tagged >= 0.2 && < 0.5,- crypto-api >= 0.6 && < 0.11+ crypto-api >= 0.6 && < 0.12 Build-tools: hsc2hs GHC-options: -Wall@@ -123,7 +123,7 @@ bytestring >= 0.9, cereal >= 0.3 && < 0.4, tagged >= 0.2 && < 0.5,- crypto-api >= 0.6 && < 0.11,+ crypto-api >= 0.6 && < 0.12, filepath == 1.*, hspec >= 1.3,