mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 02:23:44 +03:00
e125c9014f
* Prepare release 0.6.0 * Fix bootstrap chez * Correct version in bootstrap chez
20 lines
419 B
Plaintext
20 lines
419 B
Plaintext
package prelude
|
|
version = 0.6.0
|
|
|
|
opts = "--ignore-missing-ipkg --no-prelude"
|
|
|
|
modules = Builtin,
|
|
PrimIO,
|
|
Prelude,
|
|
Prelude.Basics,
|
|
Prelude.Cast,
|
|
Prelude.EqOrd,
|
|
Prelude.Interfaces,
|
|
Prelude.Interpolation,
|
|
Prelude.IO,
|
|
Prelude.Num,
|
|
Prelude.Ops,
|
|
Prelude.Show,
|
|
Prelude.Types,
|
|
Prelude.Uninhabited
|