packages feed

aur 0.1.0 → 0.2.0

raw patch · 2 files changed

+4/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Linux/Arch/Aur/Rpc.hs view
@@ -42,7 +42,7 @@ rpcUrl = "https://aur.archlinux.org/rpc.php?"  apiVersion :: Text-apiVersion = "2"+apiVersion = "3"  -- | Returns all information about one package. info :: (MonadIO m, Functor m) => Text -> m (Maybe AurInfo)
aur.cabal view
@@ -4,7 +4,7 @@ -- The name of the package. name:                aur -version:             0.1.0+version:             0.2.0  synopsis:            Access metadata from the Arch Linux User Repository. @@ -39,8 +39,8 @@                      * msearch:   Get metadata for all packages maintained                                   by a given user.                      .-                     By default this library supports version 2 of the RPC,-                     and hence version 3.x of the AUR.+                     By default this library supports version 3 of the RPC,+                     and hence version 3.2+ of the AUR.  -- Extra files to be distributed with the package, such as examples or a -- README.