packages feed

microlens-aeson 2.4.0 → 2.4.1

raw patch · 2 files changed

+8/−2 lines, 2 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,11 @@ # microlens-aeson +## 2.4.1 (2022-01-21)++#### Added++- `text-2.0` support.+ ## 2.4.0 (2021-10-21)  #### Changed
microlens-aeson.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.2 name:               microlens-aeson-version:            2.4.0+version:            2.4.1 synopsis:           Law-abiding lenses for Aeson, using microlens. description:        Law-abiding lenses for Aeson, using microlens. category:           Numeric@@ -30,7 +30,7 @@     , deepseq     , hashable     , microlens             >=0.3-    , text                  >=0.11+    , text                  >=0.11 && < 1.3 || ^>= 2.0     , unordered-containers  >=0.2.3     , vector                >=0.9