digest 0.0.1.4 → 0.0.1.5
raw patch · 2 files changed
+14/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +10/−0
- digest.cabal +4/−3
+ CHANGELOG.md view
@@ -0,0 +1,10 @@+# Changelog++## 0.0.1.5 — 24th Jan 2023++- Correct license field in .cabal file (Thanks to @juhp): <https://github.com/TeofilC/digest/pull/9>+- Use https for git source repository (Thanks to @felixonmars): <https://github.com/TeofilC/digest/pull/8>++## 0.0.1.4 — 22th Dec 2022++- Use pkgconfig to find zlib (Thanks to @bgamari): <https://github.com/jkff/digest/pull/5>
digest.cabal view
@@ -1,7 +1,7 @@ name: digest-version: 0.0.1.4+version: 0.0.1.5 copyright: (c) 2009 Eugene Kirpichov-license: BSD3+license: BSD2 license-file: LICENSE author: Eugene Kirpichov <ekirpichov@gmail.com> maintainer: Eugene Kirpichov <ekirpichov@gmail.com>@@ -23,10 +23,11 @@ testing/trivial-reference.c testing/trivial.expected testing/trivial.hs+ CHANGELOG.md source-repository head type: git- location: git://github.com/TeofilC/digest+ location: https://github.com/TeofilC/digest library exposed-modules: Data.Digest.CRC32,