mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-05 01:20:20 +00:00
Remove references to Package-Config.roc
Instead, refer to these as `platform` modules
This commit is contained in:
parent
9d3087ce23
commit
33230c506f
4 changed files with 23 additions and 23 deletions
|
@ -22,7 +22,7 @@ pub enum HeaderFor<'a> {
|
|||
Builtin {
|
||||
generates_with: &'a [Symbol],
|
||||
},
|
||||
PkgConfig {
|
||||
Platform {
|
||||
/// usually `pf`
|
||||
config_shorthand: &'a str,
|
||||
/// the type scheme of the main function (required by the platform)
|
||||
|
@ -80,7 +80,7 @@ pub enum ModuleNameEnum<'a> {
|
|||
App(StrLiteral<'a>),
|
||||
Interface(ModuleName<'a>),
|
||||
Hosted(ModuleName<'a>),
|
||||
PkgConfig,
|
||||
Platform,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Debug, Hash)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue