cabal2spec-2.7.1: Convert Cabal files into rpm spec files
Safe HaskellNone
LanguageHaskell2010

Cabal2Spec

Documentation

cabal2spec :: Platform -> CompilerId -> FlagAssignment -> ForceBinary -> RunTests -> Maybe CopyrightYear -> FilePath -> FilePath -> IO () Source #

createSpecFile :: FilePath -> PackageDescription -> ForceBinary -> RunTests -> FlagAssignment -> Maybe CopyrightYear -> IO () Source #

type ForceBinary = Bool Source #

type RunTests = Bool Source #