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 16:21:46 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
1276f47cf6
Idris2
/
tests
/
idris2
/
pkg006
/
test1.ipkg
4 lines
58 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 test1
[ fix #1148 ] Support hyphenated package names (#1151)
2021-03-04 22:09:15 +03:00
depends = foo, bar, foo-bar, quux, bar-baz
Reference in New Issue
Copy Permalink