aur 7.0.0 → 7.0.1
raw patch · 3 files changed
+9/−4 lines, 3 filesdep ~tastyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tasty
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−1
- aur.cabal +2/−2
- lib/Linux/Arch/Aur.hs +0/−1
CHANGELOG.md view
@@ -1,6 +1,12 @@ # Changelog -## Unreleased+## 7.0.1 (2020-05-11)++#### Changed++- Bumped `tasty` bounds.++## 7.0.0 (2020-04-22) #### Added
aur.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: aur-version: 7.0.0+version: 7.0.1 synopsis: Access metadata from the Arch Linux User Repository. description: Access package information from Arch Linux's AUR via its RPC interface. The@@ -50,5 +50,5 @@ build-depends: , aur , http-client-tls ^>=0.3- , tasty >=0.11 && <1.3+ , tasty >=0.11 && <1.4 , tasty-hunit >=0.9 && <0.11
lib/Linux/Arch/Aur.hs view
@@ -1,7 +1,6 @@ {-# LANGUAGE DataKinds #-} {-# LANGUAGE DerivingStrategies #-} {-# LANGUAGE OverloadedStrings #-}-{-# LANGUAGE TypeOperators #-} -- | -- Module : Linux.Arch.Aur