Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In the only place this was used, create_binary_control_file, the version is passed in via the constructor of BinaryParagraph: ```� BinaryParagraph::BinaryParagraph(const SourceParagraph& spgh, const std::vector<std::string>& default_features, Triplet triplet, const std::string& abi_tag, std::vector<PackageSpec> deps) : spec(spgh.name, triplet) , version(spgh.raw_version) , port_version(spgh.port_version) , description(spgh.description) , maintainers(spgh.maintainers) , feature() , default_features(default_features) , dependencies(std::move(deps)) , abi(abi_tag) { canonicalize(); } ```
- Loading branch information