digest 0.0.2.0 → 0.0.2.1
raw patch · 2 files changed
+5/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- digest.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,8 @@ # Changelog +## 0.0.2.1 — 10th Febraury 2024+- Make pkg-config an automatic flag: <https://github.com/TeofilC/digest/pull/21>+ ## 0.0.2.0 — 13th December 2023 - Add CRC32C (Thanks to @4eUep): <https://github.com/TeofilC/digest/pull/18> - Support latest GHC versions: <https://github.com/TeofilC/digest/pull/19>
digest.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: digest-version: 0.0.2.0+version: 0.0.2.1 copyright: (c) 2009 Eugene Kirpichov license: BSD-2-Clause license-file: LICENSE@@ -28,7 +28,7 @@ flag pkg-config default: True- manual: True+ manual: False description: Use @pkg-config(1)@ to locate @zlib@ library. -- TODO: auto detect