aur 7.0.2 → 7.0.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~http-clientPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-client
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- aur.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +## 7.0.3 (2020-05-27)++- Bumped `http-client` bounds.+ ## 7.0.2 (2020-05-26) #### Changed
aur.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: aur-version: 7.0.2+version: 7.0.3 synopsis: Access metadata from the Arch Linux User Repository. description: Access package information from Arch Linux's AUR via its RPC interface. The@@ -29,7 +29,7 @@ build-depends: , base >=4.10 && <5- , http-client >=0.5 && <0.7+ , http-client >=0.5 && <0.8 library import: commons