mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 00:10:31 +03:00
bf0a157253
* Version increment to 0.5.1 This is to remove the requirement on Chez >9.5 * Disable -Xcheck-hases, at least for the moment If we're going to have this as an option, we need to have a portable way of finding a sha256sum command. At the moment, we might find a command, but different versions accept different options. We should at least allow setting it via an environment variable, and we certainly shouldn't fail if running the command fails. * Update bootstrap code ready for 0.5.1 release
9 lines
312 B
Plaintext
9 lines
312 B
Plaintext
1/3: Building Nat (Nat.idr)
|
|
2/3: Building Mult (Mult.idr)
|
|
3/3: Building Test (Test.idr)
|
|
Test> S (S (S (S (S (S (S (S (S (S (S (S (S (S (S (S (S (S Z)))))))))))))))))
|
|
Test> Bye for now!
|
|
2/3: Building Mult (Mult.idr)
|
|
Test> S (S (S (S (S (S (S (S (S (S (S (S (S (S (S (S (S (S Z)))))))))))))))))
|
|
Test> Bye for now!
|