dhall-lang / dhall-haskell

Maintainable configuration files
https://dhall-lang.org/
BSD 3-Clause "New" or "Revised" License
908 stars 211 forks source link

Incorrect version number in 1.42.0 release #2514

Open amesgen opened 1 year ago

amesgen commented 1 year ago

On x86_64-linux:

 $ wget https://github.com/dhall-lang/dhall-haskell/releases/download/1.42.0/dhall-1.42.0-x86_64-linux.tar.bz2
 $ tar xf dhall-1.42.0-x86_64-linux.tar.bz2
 $ ./bin/dhall --version
1.41.2

But it seems to be the 1.42.0 release, e.g. it supports Bytes literals:

 $ echo '0x"00FF"' | ./bin/dhall type
Bytes
L0r3m1p5um commented 11 months ago

I don't think it's just an issue with the version number, I was able to reproduce this bug with url imports on the 1.42.0 linux release artifact, although that issue was fixed in this release and was not reproducible on the macOS artifact. https://github.com/dhall-lang/dhall-haskell/issues/2467