packages feed

pureMD5 1.0.0.0 → 1.0.0.1

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~binaryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: binary

API changes (from Hackage documentation)

Files

Data/Digest/Pure/MD5.hs view
@@ -21,7 +21,7 @@ module Data.Digest.Pure.MD5 	(         -- * Types-         MD5Context+          MD5Context         , MD5Digest         -- * Static data         , md5InitialContext
pureMD5.cabal view
@@ -1,5 +1,5 @@ name:		pureMD5-version:	1.0.0.0+version:	1.0.0.1 license:	BSD3 license-file:	LICENSE author:		Thomas DuBuisson <thomas.dubuisson@gmail.com>@@ -18,9 +18,9 @@  Library   if flag(small_base)-    Build-Depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.10, binary >= 0.4.0 && < 0.5.0+    Build-Depends: base >= 3 && < 5, bytestring >= 0.9 && < 0.10, binary >= 0.4.0 && < 0.6.0   else-    Build-Depends: base >= 3, bytestring, binary >= 0.4.0+    Build-Depends: base >= 3, bytestring, binary >= 0.4.0 && < 0.6.0   hs-source-dirs:   exposed-modules: Data.Digest.Pure.MD5   ghc-options:	-O2 -funfolding-use-threshold66 -funfolding-creation-threshold66 -fexcess-precision -funbox-strict-fields