2020-05-18 15:59:07 +03:00
|
|
|
package prelude
|
2021-09-19 22:53:32 +03:00
|
|
|
version = 0.5.1
|
2020-05-18 15:59:07 +03:00
|
|
|
|
2021-02-27 22:39:47 +03:00
|
|
|
opts = "--ignore-missing-ipkg --no-prelude"
|
2020-05-18 15:59:07 +03:00
|
|
|
|
|
|
|
modules = Builtin,
|
|
|
|
PrimIO,
|
2020-06-21 19:32:00 +03:00
|
|
|
Prelude,
|
|
|
|
Prelude.Basics,
|
2021-01-26 06:58:35 +03:00
|
|
|
Prelude.Cast,
|
2020-07-12 17:54:10 +03:00
|
|
|
Prelude.EqOrd,
|
|
|
|
Prelude.Interfaces,
|
2021-10-13 19:26:54 +03:00
|
|
|
Prelude.Interpolation,
|
2020-07-12 17:54:10 +03:00
|
|
|
Prelude.IO,
|
|
|
|
Prelude.Num,
|
|
|
|
Prelude.Ops,
|
|
|
|
Prelude.Show,
|
|
|
|
Prelude.Types,
|
2020-06-21 19:32:00 +03:00
|
|
|
Prelude.Uninhabited
|