Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Distribution.RPM.Build.ProvReqs
Description
This module has commands for reading the Requires and Provides from an RPM package spec file.
Synopsis
- rpmspecProvidesBuildRequires :: Bool -> [String] -> FilePath -> IO (Maybe ([String], [String]))
Documentation
rpmspecProvidesBuildRequires Source #
Arguments
:: Bool | lenient (allow failure) |
-> [String] | RPM opts |
-> FilePath | spec file ghc 8.10 haddock cannot annotate inside type |
-> IO (Maybe ([String], [String])) | (Provs,BRs) |
Get RPM Provides and BuildRequires based on spec file.