qrcode-core 0.9.2 → 0.9.3
raw patch · 2 files changed
+6/−2 lines, 2 files
Files
- ChangeLog.md +4/−0
- qrcode-core.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for qrcode-core +## 0.9.3 -- 2020-04-27++* Adapt to base-4.13+ ## 0.9.2 -- 2019-12-19 * Fix `toMatrix`
qrcode-core.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 5ae46c38bfc24112cecf2d1ca346676e989cf1ae8ff55e6df1fc2d158d201659+-- hash: 0178a9ff9d8c9591d50919189459c308c8690120a993aa1ed5e3cc40d300d956 name: qrcode-core-version: 0.9.2+version: 0.9.3 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