packages feed

digest-pure 0.0.2 → 0.0.3

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~arrayPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: array

API changes (from Hackage documentation)

Files

digest-pure.cabal view
@@ -1,5 +1,5 @@ Name:               digest-pure-Version:            0.0.2+Version:            0.0.3 License:            OtherLicense License-file:       LICENSE Copyright:          Copyright 2011 Daniël de Kok@@ -36,7 +36,7 @@  Library   Build-Depends:        base >= 4 && < 5, bytestring >= 0.9.1.10 && < 1.0,-                        array >= 0.3.0.2 && < 0.4+                        array >= 0.3.0.2 && < 0.6   Exposed-modules:      Data.Digest.Pure.Adler32, Data.Digest.Pure.CRC32   Ghc-Options:          -Wall -O2   HS-Source-Dirs:       src@@ -45,7 +45,7 @@   Type:                 exitcode-stdio-1.0   Main-Is:              TestSuiteDigestPure.hs   Build-Depends:        base >= 4 && < 5, bytestring >= 0.9.1.10 && < 1.0,-                        array >= 0.3.0.2 && < 0.4, QuickCheck >= 2.4.0.1,+                        array >= 0.3.0.2 && < 0.6, QuickCheck >= 2.4.0.1,                         digest >= 0.0.0.9   Ghc-Options:          -O2   HS-Source-Dirs:       src, test