@hackage cabal-rpm2.3.0
RPM packaging tool for Haskell Cabal-based packages
Categories
License
GPL-3.0-only
Maintainer
Jens Petersen <petersen@fedoraproject.org>
Links
Versions
Installation
Tested Compilers
Dependencies (0)
Dependents (1)
@hackage/acme-everything
Package Flags
curl
(off by default)
Use curl library to query Stackage instead of http-client
This package provides a RPM packaging tool for Haskell Cabal-based packages.
cabal-rpm has commands to generate a RPM spec file and srpm for a package. It can rpmbuild packages, dnf/yum install their dependencies, prep packages, and install them. There are commands to list package dependencies and missing dependencies. The diff command compares the current spec file with a freshly generated one, the update command updates the spec file to latest version from Stackage or Hackage, and the refresh command updates the spec file to the current cabal-rpm packaging. It also handles Hackage revisions of packages. Standalone packages can also be made, built with cabal-install.