diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ecbf6a..e78189d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ `arch-hs` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 0.10.0.0 + +* Add `arch-hs-sync list` to list Haskell packages in [community] + +* Remove generating meta package + +* Add `--install-deps` to call pacman to install all dependencies of a target + +* Fix the list of packages to be packed is not consistent + +* Add `--no-skip-missing` to consider abnormal dependencies in packaging + +* Update dependency versions + +* Update name preset + ## 0.9.1.0 * Support Cabal 3.4 diff --git a/arch-hs.cabal b/arch-hs.cabal index 5fa7d2e..dbb9549 100644 --- a/arch-hs.cabal +++ b/arch-hs.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: arch-hs -version: 0.9.1.0 +version: 0.10.0.0 synopsis: Distribute hackage packages to archlinux description: @arch-hs@ is a command-line program, which simplifies the process of producing @@ -23,7 +23,7 @@ extra-doc-files: CHANGELOG.md README.md -tested-with: GHC ==8.10.5 || ==9.0.1 +tested-with: GHC ==8.10.7 || ==9.0.2 source-repository head type: git @@ -37,7 +37,7 @@ flag alpm common common-options build-depends: , aeson ^>=1.5.4 - , algebraic-graphs ^>=0.5 || ^>=0.6 + , algebraic-graphs >=0.5 && <0.7 , arch-web ^>=0.1.0 , base >=4.12 && <5 , bytestring