mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 11:05:17 +03:00
ada3eb4449
* Update version numbers and bootstrap scheme * Use wall clock time for search timeouts That was always the intention in any case, rather than the process time.
19 lines
386 B
Plaintext
19 lines
386 B
Plaintext
package prelude
|
|
version = 0.5.0
|
|
|
|
opts = "--ignore-missing-ipkg --no-prelude"
|
|
|
|
modules = Builtin,
|
|
PrimIO,
|
|
Prelude,
|
|
Prelude.Basics,
|
|
Prelude.Cast,
|
|
Prelude.EqOrd,
|
|
Prelude.Interfaces,
|
|
Prelude.IO,
|
|
Prelude.Num,
|
|
Prelude.Ops,
|
|
Prelude.Show,
|
|
Prelude.Types,
|
|
Prelude.Uninhabited
|