eayus / sirdi

Package manager for Idris
GNU General Public License v3.0
35 stars 11 forks source link

Update package names to match valid idris ones #15

Closed Z-snails closed 2 years ago

Z-snails commented 2 years ago

Idris2 supports numbers and hyphens in package names, only the first character needs to be a alpha character See https://github.com/idris-lang/Idris2/blob/main/src/Parser/Lexer/Common.idr#L35

For a package to rely on the 'idris2' package for example, this must be supported