Idris2/libs/contrib
Edwin Brady 1052c41a3c Use version number field in ipkg
Packages are now installed in a directory with their version number.
On adding a package directory, we now look in a local 'depends'
directory first (to allow packages to be installed locally to another
project) before the global install directory.
Dependencies can have version bounds (details yet to be implemented) and
we pick the package with the highest version number that matches.
2021-02-27 14:15:19 +00:00
..
Control [ fix #758 ] desugar non-binding sequencing in do blocks to (>>) (#1095) 2021-02-24 11:07:16 +00:00
Data [ fix #758 ] desugar non-binding sequencing in do blocks to (>>) (#1095) 2021-02-24 11:07:16 +00:00
Debug Back to HasIO, remove MonadIO 2020-06-21 19:21:22 +01:00
Decidable Some cleanup was done. Changed code is mosly equivalent to the former. 2021-02-16 19:05:33 +00:00
Language Fix import loading 2020-05-27 15:49:03 +01:00
Syntax Change PreorderReasoning arguments to 0 2021-02-14 15:12:17 +00:00
System [ fix #758 ] desugar non-binding sequencing in do blocks to (>>) (#1095) 2021-02-24 11:07:16 +00:00
Test [ fix #758 ] desugar non-binding sequencing in do blocks to (>>) (#1095) 2021-02-24 11:07:16 +00:00
Text [ fix #758 ] desugar non-binding sequencing in do blocks to (>>) (#1095) 2021-02-24 11:07:16 +00:00
contrib.ipkg Use version number field in ipkg 2021-02-27 14:15:19 +00:00
Makefile Refactor makefiles 2020-05-19 18:50:47 +06:00