Safe Haskell | None |
---|---|
Language | Haskell2010 |
AUR json API implementation (v5)
AUR json API spec can be found at https://wiki.archlinux.org/index.php/AurJson
Documentation
info :: MonadIO m => [String] -> ExceptT String m [AURInfo] Source #
Query info of given list of packages, match exact names possible return types are multiinfo and error. error type is captured by ExceptT (Left). However, query may return empty list which isn't considered as an error.