idris-community / inigo

Inigo: A Package Manager for Idris2
https://inigo.pm
MIT License
61 stars 7 forks source link

Mark instances as covering #38

Closed claymager closed 2 years ago

claymager commented 2 years ago

Prelude now sets Eq and Show to be total by default, so we need to mark them as covering in order to build.

Z-snails commented 2 years ago

Thanks for this! Could you update the idris2 submodule to latest please?

claymager commented 2 years ago

I think I did that right? I haven't actually used submodules before.

claymager commented 2 years ago

Ah. See idris-lang/idris2#2134: Currently, sourcedir = "." is broken.

Z-snails commented 2 years ago

Inigo.ipkg is generated, you should change Inigo.dhall instead. Ideally that file should be added to .gitignore.