aur

Access metadata from the Arch Linux User Repository.

https://github.com/aurapm/aura

Version on this page:6.2.0.1
LTS Haskell 20.26:7.0.7@rev:1
Stackage Nightly 2022-11-17:7.0.7@rev:1
Latest on Hackage:7.0.7@rev:1

See all snapshots aur appears in

GPL-3.0-only licensed by Colin Woodbury
Maintained by [email protected]
This version can be pinned in stack with:aur-6.2.0.1@sha256:1602f05a79e12151631808cdc03c2c88fd5d81c7be2aab0fe637728415c1be93,1511

Module documentation for 6.2.0.1

haskell-aur

Access metadata from the Arch Linux User Repository.

Changes

Changelog

6.2.0.1

  • Relax http-client bounds.

6.2.0

  • info and search now return in Either.
  • Everything has been combined into a single module.
  • Hard requirement on servant ^>= 0.16.

6.1.0.1

  • Massaged various bounds for future-proofing.

6.1.0

  • RPC functions now return in Maybe, for occasions where connection to the AUR was impossible. Previously, that case would result in an empty list.
  • RPC functions now return in a monomorphized IO, instead of the previous polymorphic MonadIO.