skein 1.0.0 → 1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~taggedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tagged
API changes (from Hackage documentation)
Files
- skein.cabal +2/−2
skein.cabal view
@@ -1,6 +1,6 @@ Cabal-version: >= 1.8 Name: skein-Version: 1.0.0+Version: 1.0.1 Synopsis: Skein, a family of cryptographic hash functions. Includes Skein-MAC as well. License: BSD3 License-file: LICENSE@@ -77,7 +77,7 @@ base >= 3 && < 5, bytestring >= 0.9, cereal >= 0.3 && < 0.4,- tagged >= 0.2 && < 0.5,+ tagged >= 0.2 && < 0.7, crypto-api >= 0.6 && < 0.12 Build-tools: hsc2hs