mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-26 13:11:30 +03:00
1d8166b1b2
Now reporting an error if we can't find a package that satisfies the constraints. The version number field can still be a string (as it used to be) but will give a deprecation warning - and the old style version string wasn't used anyway. Version constraints can have an upper and/or lower bound, which can be inclusive or not.
8 lines
124 B
Plaintext
Executable File
8 lines
124 B
Plaintext
Executable File
$1 --build test1.ipkg
|
|
$1 --build test2.ipkg
|
|
$1 --build test3.ipkg
|
|
$1 --build test4.ipkg
|
|
$1 --build test5.ipkg
|
|
|
|
rm -rf build
|