mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-30 15:13:37 +03:00
15 lines
252 B
Plaintext
15 lines
252 B
Plaintext
Uncaught error: Error: Unrecognised property "depend".
|
|
|
|
"bad.ipkg":2:1--2:7
|
|
1 | package bad
|
|
2 | depend = contrib
|
|
^^^^^^
|
|
|
|
Uncaught error: Error: Expected string.
|
|
|
|
"bad2.ipkg":2:13--2:16
|
|
1 | package bad
|
|
2 | sourcedir = src
|
|
^^^
|
|
|