All Versions
23
Latest Version
Avg Release Cycle
12 days
Latest Release
-

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 as arch-hs-submit previously
      • arch-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
    • โšก๏ธ 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, which arch-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 with arch-web and http-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 and extraLibs 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 and arch-hs-submit

    • ๐Ÿ›  Fix the bug that ghc is missing in depends

    • ๐Ÿ›  Fix typo (#35)

    • โšก๏ธ Update dependencies (#34)

  • v0.5.0 Changes

    November 30, 2020

    โž• Add TargetDisappearException to complain if target is clearly not reachable

    Warn abnormal dependencies

    Clear trace file if is not empty

    โœ… Collect test dependencies recursively

    Drop meaningless alpm_errno_t

    โšก๏ธ Update name preset (#30 #32)

    ๐Ÿ›  Fix a typo (#29)