The latest commit, e4b2f281d97f97317df37b5e296cea371c334f3, seems to have broken something according to GitHub Actions build checks:
It goes through building Ubuntu and macOS binaries and building the Python package, but fails at the stack check, which is "Build with stack and cabal / stack / ghc 7.10.3". It skips the other tests, so it's unclear whether this is a stack issue, or specifically ghc 7.10.3 issue.
On my computer, I tested with several ghc versions and all work. Also, the pull request #135 , which builds on top of the latest master, compiles on my computer with ghc 7.10.3. So it would be good to figure out the issue on the build server.
The latest commit, e4b2f281d97f97317df37b5e296cea371c334f3, seems to have broken something according to GitHub Actions build checks:
It goes through building Ubuntu and macOS binaries and building the Python package, but fails at the stack check, which is "Build with stack and cabal / stack / ghc 7.10.3". It skips the other tests, so it's unclear whether this is a stack issue, or specifically ghc 7.10.3 issue.
On my computer, I tested with several ghc versions and all work. Also, the pull request #135 , which builds on top of the latest master, compiles on my computer with ghc 7.10.3. So it would be good to figure out the issue on the build server.