packages feed

aur 7.0.1 → 7.0.2

raw patch · 2 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: aeson

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## 7.0.2 (2020-05-26)++#### Changed++- Bumped `aeson` bounds.+ ## 7.0.1 (2020-05-11)  #### Changed
aur.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.2 name:               aur-version:            7.0.1+version:            7.0.2 synopsis:           Access metadata from the Arch Linux User Repository. description:   Access package information from Arch Linux's AUR via its RPC interface. The@@ -36,7 +36,7 @@   hs-source-dirs:  lib   exposed-modules: Linux.Arch.Aur   build-depends:-    , aeson       >=0.9  && <1.5+    , aeson       >=0.9  && <1.6     , bytestring     , http-types  ^>=0.12     , text        ^>=1.2