Idris2/libs/base
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
..
Control Give App1 implementation of (>>) (#1122) 2021-02-25 17:09:24 +00:00
Data Merge branch 'master' of https://github.com/idris-lang/Idris2 into multiline 2021-02-25 19:52:42 +08:00
Debug Add libraries 2020-05-18 14:00:08 +01:00
Decidable [ fix #637 ] force indentation after a with 2021-02-23 10:52:22 +00:00
Language [ fix #762 ] Different case tree building strategy (#1125) 2021-02-26 09:33:07 +00:00
System [ fix #758 ] desugar non-binding sequencing in do blocks to (>>) (#1095) 2021-02-24 11:07:16 +00:00
base.ipkg Add --ignore-missing-ipkg flag 2021-02-27 19:39:47 +00:00
Makefile Refactor makefiles 2020-05-19 18:50:47 +06:00
System.idr Use the same naming convention for foreign primitives 2020-08-19 14:05:28 +01:00