Skip to content

Commit

Permalink
Prepare 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
berberman committed Feb 4, 2022
1 parent a3ec024 commit cea3b0b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions arch-hs.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cea3b0b

Please sign in to comment.