Name: cabal-rpm Version: 0.6.4 Synopsis: RPM package creator for Haskell Cabal-based packages Description: This package generates RPM spec files from Haskell Cabal packages. . Recent changes: . * 0.6.4: add manpage and cabal-rpm-diff wrapper . * 0.6.3: accept tarball arg, use temporary working directory, and add manpage . * 0.6.2: fix L/GPL version output . * 0.6.1: fix bugs for 'cabal-rpm pkg' unpacking and extra docs . * 0.6.0: new update and release for Cabal >= 1.10 Homepage: https://github.com/juhp/cabal-rpm Bug-reports: https://github.com/juhp/cabal-rpm/issues License: GPL-3 License-file: COPYING Author: Bryan O'Sullivan Maintainer: Jens Petersen Copyright: 2007-2008 Bryan O'Sullivan , 2012 Jens Petersen Category: Distribution Build-type: Simple Extra-source-files: README.md NEWS man/cabal-rpm.1.md man/cabal-rpm.1 cabal-rpm-diff Cabal-version: >=1.6 source-repository head type: git location: https://github.com/juhp/cabal-rpm Executable cabal-rpm Main-is: CabalRpm.hs Build-depends: base < 5, Cabal > 1.10, directory, filepath, old-locale, process, time, unix Other-modules: Distribution.Package.Rpm, Distribution.Package.Rpm.Main, Distribution.Package.Rpm.Setup Hs-Source-Dirs: src GHC-options: -fwarn-missing-signatures -Wall