packages feed

cabal2spec-1.0: cabal2spec.cabal

name:               cabal2spec
version:            1.0
synopsis:           Generates RPM Spec files from cabal files
description:        This package provides specfile templates and a script cabal2spec for easy
		    packaging of Haskell Cabal packages (hackages) for ghc following
           	    the Fedora Haskell Packaging Guidelines and associated RPM macros.
category:           System
license:            GPL
license-file:       LICENSE
author:             Conrad Meyer, Yaakov M. Nemoy
homepage:           https://fedorahosted.org/cabal2spec/
maintainer:         konrad@tylerc.org
cabal-version:      >= 1.2
build-type:         Simple

executable cabal2spec
    main-is:            Main.hs
    build-depends:      base < 5, process, Unixutils, unix, old-locale, filepath, directory, haskell98, Cabal, time, bytestring, zlib, tar