qrcode-core 0.9.10 → 0.9.11
raw patch · 2 files changed
+10/−5 lines, 2 filesdep ~bytestringdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, containers
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- qrcode-core.cabal +5/−5
ChangeLog.md view
@@ -1,5 +1,10 @@ # Changelog for qrcode-core +## 0.9.11 -- 2026-02-04++* Support for bytestring-0.12+* Support for containers-0.7+ ## 0.9.10 -- 2024-09-29 * Support for text-2.1
qrcode-core.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.36.0.+-- This file has been generated from package.yaml by hpack version 0.38.1. -- -- see: https://github.com/sol/hpack ----- hash: c2382d229dd7ca710b9618f81eac7c960d051101b421e87a9398dff238a8a204+-- hash: 220e36d212e9f77cf8dec6a975e39f53f05f406f216d2df3ef7c19c2a7650c9e name: qrcode-core-version: 0.9.10+version: 0.9.11 synopsis: QR code library in pure Haskell description: Please see the README on GitHub at <https://github.com/alexkazik/qrcode/qrcode-core#readme> category: codec@@ -68,9 +68,9 @@ build-depends: base >=4.8.2.0 && <5 , binary >=0.7.5.0 && <0.9- , bytestring >=0.10.6.0 && <0.12+ , bytestring >=0.10.6.0 && <0.13 , case-insensitive >=1.2.0.5 && <1.3- , containers >=0.5.6.2 && <0.7+ , containers >=0.5.6.2 && <0.8 , dlist >=0.7.1.2 && <1.1 , primitive >=0.6.1.0 && <0.10 , text >=1.2.2.0 && <2.2