Idris2/libs/prelude/prelude.ipkg
Edwin Brady ada3eb4449
Version 0.5.0 (#1931)
* 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.
2021-09-18 16:07:34 +01:00

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