packages feed

qrcode-core 0.9.4 → 0.9.5

raw patch · 2 files changed

+10/−5 lines, 2 filesdep ~bytestring

Dependency ranges changed: bytestring

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for qrcode-core +## 0.9.5 -- 2022-03-16++* Support for bytestring-0.11+ ## 0.9.4 -- 2020-07-19  * Support for dlist-1.0
qrcode-core.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.33.0.+-- This file has been generated from package.yaml by hpack version 0.34.6. -- -- see: https://github.com/sol/hpack ----- hash: 1411aba2ff5dd6df48c226e590549507c7276866fa95c49572f218493c9eda80+-- hash: 751e52adbe7cc14662866650a6fe6a97d748286a60d2d440993993030e284ee0  name:           qrcode-core-version:        0.9.4+version:        0.9.5 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@@ -18,7 +18,8 @@ copyright:      2018 ALeX Kazik license:        MIT license-file:   LICENSE-tested-with:    GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.4.4, GHC == 8.6.3, GHC == 8.6.4, GHC == 8.6.5, GHC == 8.8.2, GHC == 8.8.3, GHC == 8.10.1+tested-with:+    GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.4.4, GHC == 8.6.3, GHC == 8.6.4, GHC == 8.6.5, GHC == 8.8.2, GHC == 8.8.3, GHC == 8.10.1 GHC == 8.10.7 build-type:     Simple extra-source-files:     README.md@@ -67,7 +68,7 @@   build-depends:       base >=4.8.2.0 && <5     , binary >=0.7.5.0 && <0.9-    , bytestring >=0.10.6.0 && <0.11+    , bytestring >=0.10.6.0 && <0.12     , case-insensitive >=1.2.0.5 && <1.3     , containers >=0.5.6.2 && <0.7     , dlist >=0.7.1.2 && <1.1