packages feed

skein 1.0.8 → 1.0.8.1

raw patch · 2 files changed

+4/−5 lines, 2 filesdep ~crypto-apinew-uploader

Dependency ranges changed: crypto-api

Files

skein.cabal view
@@ -1,6 +1,6 @@ Cabal-version:       >= 1.8 Name:                skein-Version:             1.0.8+Version:             1.0.8.1 Synopsis:            Skein, a family of cryptographic hash functions.  Includes Skein-MAC as well. License:             BSD3 License-file:        LICENSE@@ -78,7 +78,7 @@         bytestring   >= 0.9,         cereal       >= 0.3 && < 0.5,         tagged       >= 0.2 && < 0.8,-        crypto-api   >= 0.6 && < 0.13+        crypto-api   >= 0.6 && < 0.14      Build-tools: hsc2hs     GHC-options: -Wall@@ -126,7 +126,7 @@         bytestring   >= 0.9,         cereal       >= 0.3 && < 0.5,         tagged       >= 0.2 && < 0.8,-        crypto-api   >= 0.6 && < 0.13,+        crypto-api   >= 0.6 && < 0.14,          filepath     == 1.*,         hspec        >= 1.3,
src/Crypto/Skein/Internal.hsc view
@@ -1,7 +1,6 @@ {-# CFILES       c_impl/reference/skein.c-      c_impl/reference/skein_block.c- #-}+      c_impl/reference/skein_block.c #-}  ----------------------------------------------------------------------------- -- |