packages feed

aur 7.0.6 → 7.0.7

raw patch · 3 files changed

+10/−4 lines, 3 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.7 (2021-10-21)++#### Changed++- Support for `aeson-2`+ ## 7.0.6 (2021-02-26)  #### Fixed
aur.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.2 name:               aur-version:            7.0.6+version:            7.0.7 synopsis:           Access metadata from the Arch Linux User Repository. description:   Access package information from Arch Linux's AUR via its RPC interface. The@@ -13,7 +13,7 @@ homepage:           https://github.com/fosskers/aura author:             Colin Woodbury maintainer:         colin@fosskers.ca-copyright:          2014 - 2020 Colin Woodbury+copyright:          2014 - 2021 Colin Woodbury license:            GPL-3.0-only license-file:       LICENSE build-type:         Simple@@ -36,7 +36,7 @@   hs-source-dirs:  lib   exposed-modules: Linux.Arch.Aur   build-depends:-    , aeson       >=0.9  && <1.6+    , aeson       >=0.9  && <2.1     , bytestring     , hashable    >= 1.2     , http-types  ^>=0.12
lib/Linux/Arch/Aur.hs view
@@ -6,7 +6,7 @@  -- | -- Module    : Linux.Arch.Aur--- Copyright : (c) Colin Woodbury, 2014 - 2020+-- Copyright : (c) Colin Woodbury, 2014 - 2021 -- License   : GPL3 -- Maintainer: Colin Woodbury <colin@fosskers.ca> --