packages feed

aur 6.2.0 → 6.2.0.1

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 view
@@ -1,5 +1,9 @@ # Changelog +## 6.2.0.1++- Relax `http-client` bounds.+ ## 6.2.0  - `info` and `search` now return in `Either`.
aur.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name:         aur-version:      6.2.0+version:      6.2.0.1 synopsis:     Access metadata from the Arch Linux User Repository.  description:@@ -34,7 +34,7 @@       -Widentities   build-depends:       base >= 4.10 && < 5-    , http-client ^>= 0.5+    , http-client >= 0.5 && < 0.7  library   import: commons