mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 00:10:31 +03:00
9 lines
139 B
Plaintext
9 lines
139 B
Plaintext
package test2
|
|
|
|
depends = foo >= 0.5 && < 0.6,
|
|
bar >= 1,
|
|
foo-bar == 1.3.1,
|
|
quux == 0,
|
|
bar-baz == 0
|
|
|