Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect version number in 1.42.0 release #2514

Open
amesgen opened this issue Apr 19, 2023 · 1 comment
Open

Incorrect version number in 1.42.0 release #2514

amesgen opened this issue Apr 19, 2023 · 1 comment

Comments

@amesgen
Copy link
Contributor

amesgen commented Apr 19, 2023

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
Copy link
Sponsor

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. #2467

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants