packages feed

cabal2spec 2.2.0 → 2.2.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

cabal2spec.cabal view
@@ -1,5 +1,5 @@ name:               cabal2spec-version:            2.2.0+version:            2.2.1 synopsis:           Convert Cabal files into rpm spec files description:        Convert                     Cabal files into a
cabal2spec/Main.hs view
@@ -57,4 +57,4 @@   Options {..} <- execParser pinfo   let specFile = fromMaybe (optCabalFile `replaceExtension` "spec") optOutputFile   putStrLn $ "Writing spec file to " ++ show specFile ++ " ..."-  cabal2spec buildPlatform buildCompilerId (mkFlagAssignment optFlags) optForceExe optRunTests optCabalFile specFile+  cabal2spec optPlatform optCompiler (mkFlagAssignment optFlags) optForceExe optRunTests optCabalFile specFile