Idris2/libs/prelude
Edwin Brady 4726c32d94 Add --ignore-missing-ipkg flag
When bootstrapping, we're building things without packages being
available, so we can't expect to find them when looking for
dependencies. So, we find them another way, with an environment
variable. This flag is to tell Idris not to worry about missing
dependencies in this situation.

We also need to update the bootstrapping code, to deal with the new
version number format and new flag in the ipkg files for the libraries.
I think it's still safe to build from the previous version though - lets
see if CI agrees!
2021-02-27 19:39:47 +00:00
..
Prelude Double fixity/priority definition of >> in a single file was removed 2021-02-26 14:20:49 +00:00
Builtin.idr Remove linearity subtyping 2020-12-27 19:58:35 +00:00
Makefile Refactor makefiles 2020-05-19 18:50:47 +06:00
Prelude.idr [ typo ] Enum -> Range (#1099) 2021-02-22 10:05:08 +00:00
prelude.ipkg Add --ignore-missing-ipkg flag 2021-02-27 19:39:47 +00:00
PrimIO.idr Remove linearity subtyping 2020-12-27 19:58:35 +00:00