This website requires JavaScript.
Explore
Help
Sign In
idris-lang
/
Idris2
Watch
1
Star
1
Fork
0
You've already forked Idris2
mirror of
https://github.com/idris-lang/Idris2.git
synced
2024-12-17 00:10:31 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
251d77b92d
Idris2
/
tests
/
idris2
/
pkg006
/
test2.ipkg
9 lines
139 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Version number constraints in 'depends' field 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.
2021-02-27 20:58:52 +03:00
package test2
depends = foo >= 0.5 && < 0.6,
[ fix #1148 ] Support hyphenated package names (#1151)
2021-03-04 22:09:15 +03:00
bar >= 1,
foo-bar == 1.3.1,
quux == 0,
bar-baz == 0
Reference in New Issue
Copy Permalink