Hi,
since this morning importing prelude doesn’t work anymore. When running
let p = https://prelude.dhall-lang.org/package.dhall
in "OK"
it results in
hall:
↳ https://prelude.dhall-lang.org/package.dhall
↳ https://prelude.dhall-lang.org/Date/package.dhall
↳ https://prelude.dhall-lang.org/Date/show.dhall
e[1;31mErrore[0m: Unbound variable: Date/show
7│ Date/show
https://prelude.dhall-lang.org/Date/show.dhall:7:7
4│ ./show.dhall
https://prelude.dhall-lang.org/Date/package.dhall:4:7
```
Any ideas?