-
Notifications
You must be signed in to change notification settings - Fork 12
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
hjsmin-0.2.0.3 test suite failure #32
Comments
I suspect that is due to using an old version of cabal. I am using cabal version 3.0 and the follow works fine:
(also builds correctly in CI btw). |
Keep in mind that I am not building from a git checkout. I compile a release tarball from Hackage, which may not have the same files as your git repo does. |
This issue still exists when building with the nixpkgs haskell infrastructure on the latest haskell-updates branch (after removing the dontCheck override to ensure that tests are run during the build):
|
I don't (willingly) use Nix. Unless you can recreate this from a git checkout or the Hackage tarball I will not be spending any time on this. |
Citing from https://hydra.nixos.org/build/103546286:
It looks like maybe there is a file or directory missing from the release tarball? Or maybe some other hard-coded path does not exist?
The text was updated successfully, but these errors were encountered: