packages feed

GOST34112012-Hash 0.1.1.2 → 0.1.1.3

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~bytestringdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, text

API changes (from Hackage documentation)

Files

GOST34112012-Hash.cabal view
@@ -1,6 +1,6 @@ cabal-version:          3.0 name:                   GOST34112012-Hash-version:                0.1.1.2+version:                0.1.1.3 synopsis:               Bindings to the GOST R 34.11-2012 hashing implementation description:            Binds https://github.com/adegtyarev/streebog, a C                         implementation of the GOST R 34.11-2012 hash function.@@ -31,7 +31,7 @@     import:             warnings     exposed-modules:    Crypto.Hash.GOST34112012     build-depends:      base >= 4 && < 5,-                        bytestring >= 0.11.5 && < 0.12+                        bytestring >= 0.11.5 && < 0.14     hs-source-dirs:     src     default-language:   Haskell2010     include-dirs:       c_src, c_src/streebog@@ -58,9 +58,9 @@     main-is:            Main.hs     build-depends:      base >= 4 && < 5,                         GOST34112012-Hash,-                        bytestring >= 0.11.5 && < 0.12,+                        bytestring >= 0.11.5 && < 0.14,                         utf8-string >= 1.0.2 && < 1.1,-                        text >= 2.0.2 && < 2.1+                        text >= 2.0.2 && < 2.3  source-repository head   type:                 git