cabal2spec
==========
[](http://hackage.haskell.org/package/cabal2spec)
[](http://stackage.org/lts/package/cabal2spec)
[](http://stackage.org/nightly/package/cabal2spec)
[](https://github.com/peti/cabal2spec/actions/workflows/haskell-ci.yml)
The `cabal2spec` utility converts a given Cabal file into an [RPM spec
file](http://ftp.rpm.org/max-rpm/s1-rpm-build-creating-spec-file.html) that
builds that package with the RPM package manager. This tool is used to generate
various Haskell package sets for the [SUSE](http://www.suse.com/) and
[openSUSE](http://www.opensuse.org) familiy of distributions. Plenty of
examples for generated spec files can be found in the [openSUSE Haskell
development
project](https://build.opensuse.org/project/show/devel:languages:haskell).