Closed juhp closed 9 months ago
Thanks for the heads up. I guess there are some Java?-Dependencies missing. However I do not know how to reproduce this. When I perform:
stack unpack "call-alloy-0.4.1"
cd "call-alloy-0.4.1"
rm -f stack.yaml
stack init --resolver "lts-22.6" --ignore-subdirs
stack build --resolver "lts-22.6" --haddock --test --bench --no-run-benchmarks
I get no issues. I guess I have to publish a new release disabling some of the tests.
Yea looks that way
I forgot to reference this issue in the lts-haskell commit where I allowed the failure
The latest release (c6f5b873391b9b514d8aab7c9839d292e3e97805) published on hackage should resolve the issue.
FYI