mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
notify when base
and fx
are available
This commit is contained in:
parent
5a3a3a8310
commit
6f394aef08
2 changed files with 28 additions and 53 deletions
|
@ -35,7 +35,6 @@ pub enum VersionComparison {
|
|||
pub enum PackageOrPath<'a> {
|
||||
Package(PackageName<'a>, Version<'a>),
|
||||
Path(StrLiteral<'a>),
|
||||
PlatformEffectModule(Effects<'a>),
|
||||
}
|
||||
|
||||
#[derive(Clone, PartialEq, Eq, Debug, Hash)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue