Changelog History
Page 1
-
v0.10.0.0 Changes
โ 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
-
v0.9.1.0 Changes
๐ Support Cabal 3.4
๐ง Use the version of
haskell-ghc
to evaluate condition trees๐ Fix the bug that sub-lib components appear wrongly in results
-
v0.9.0.0 Changes
โ Remove
arch-hs-submit
executableโ Add
arch-hs-sync
executable, which has two commands:arch-hs-sync submit
- the same asarch-hs-submit
previouslyarch-hs-sync check
- check version inconsistencies between [community] and Hackage
๐ Improve CLI options:
- values of
--skip
and--flag
are no longer separated by comma - the options can be set many times, for example:
arch-hs -f packageA:flagA:true -f packageB:flagB:false
- values of
โก๏ธ Update name preset
-
v0.8.0.0 Changes
๐ Fix the bug that unable to run with dependency-free packages
Do not generate PKGBUILDs for missing dependencies of the target
๐ Support resolving sub-libraries in
arch-hs-diff
โ Remove
falseList
, whicharch-hs-submit
no longer uses
-
v0.7.1.0 Changes
โฌ๏ธ Bump ghc version to 8.10.4
๐ Fix some output formats
-
v0.7.0.0 Changes
๐ Support dumping output of
arch-hs
to JSON๐ Support resolving setup dependencies in
arch-hs-diff
๐ Fix wrong concatenation direction of differentiating dependencies in
arch-hs-diff
๐ Replace
req
witharch-web
andhttp-client
โ Make
getLatestSHA256
become total function
-
v0.6.2.0 Changes
๐จ Use
Doc
to print prompt messages๐ Fix wrong line feeds in
arch-hs-diff
-
v0.6.1.0 Changes
๐ Show dependens and makedepends in
arch-hs-diff
even if there is no difference between two target versionsโฌ๏ธ Bump ghc version to 8.10.3
๐ Fix an alignment error in
arch-hs-submit
-
v0.6.0.0 Changes
๐ฆ Adopt prettyprinter
๐ Support resolving
pkgconfigDepends
andextraLibs
using pacman files db๐ Support resolving custom-setup dependencies
โ Add an option to force
arch-hs
to run even if the target is in [community]๐ฆ Adopt Diff in
arch-hs-diff
andarch-hs-submit
๐ Fix the bug that
ghc
is missing in depends๐ Fix typo (#35)
โก๏ธ Update dependencies (#34)
-
v0.5.0 Changes
November 30, 2020