packages feed

qrcode-juicypixels 0.8.0 → 0.8.1

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~base64-bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base64-bytestring

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for qrcode-juicypixels -## 0.8.0 -- 2019-01-xx+## 0.8.1 -- 2020-04-27++* Support for primitive 0.7++## 0.8.0 -- 2019-01-09  * Initial release
qrcode-juicypixels.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.1.+-- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack ----- hash: 6e6d256f698e213892696daa3ade945d2973202981e27ffb81e424b3d5e9d4d8+-- hash: 27782b0583cbcd1d25dc18e4a46d843d3936d260d72f55db8cd3a1887451d25d  name:           qrcode-juicypixels-version:        0.8.0+version:        0.8.1 synopsis:       Converts a qrcode-core image to JuicyPixels description:    Please see the README on GitHub at <https://github.com/alexkazik/qrcode/qrcode-juicypixels#readme> category:       graphics@@ -38,7 +38,7 @@   build-depends:       JuicyPixels >=3.2.6 && <3.4     , base >=4.8.2.0 && <5-    , base64-bytestring >=1.0.0.1 && <1.1+    , base64-bytestring >=1.0.0.1 && <1.2     , bytestring >=0.10.6.0 && <0.11     , qrcode-core >=0.8 && <1     , text >=1.2.2.0 && <1.3