Prelude 23.0.0 - import broken due to Date/show

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?

Yeah, you will need to pin your Prelude import until the next version of the Haskell implementation is released (tomorrow) which will contain support for {Date,Time,TimeZone}/show

1 Like