John Ky
John Ky
See https://github.com/haskell-works/network/pull/2/checks?check_run_id=1157841677 Also there is a PR https://github.com/haskell/network/pull/486 to enable Github Workflows for the project which gets you Windows and MacOS Builds as well to catch these kinds of errors....
``` $ cabal v2-install homplexity Starting homplexity-0.4.4.4 (exe:homplexity-cli) Building homplexity-0.4.4.4 (exe:homplexity-cli) Failed to build exe:homplexity-cli from homplexity-0.4.4.4. Build log ( /Users/jky/.cabal/logs/ghc-8.6.5/hmplxty-0.4.4.4-8f67ffbe.log ): Configuring executable 'homplexity-cli' for homplexity-0.4.4.4.. Preprocessing executable 'homplexity-cli'...
Pre-submit checklist: - Branch - [ ] Tests are provided (if possible) - [ ] Commit sequence broadly makes sense - [ ] Key commits have useful messages - [...
This PR is branched off f49879a79098d9372d63baa13b94a941a56eda34 which is the commit that `cardano-node` on master currently uses. Please don't rebase on `origin/master`.
**Describe the bug** For multiprojects where one package depends on another inside the project, `cabal gen-bounds` does not work for projects that have local dependencies. **To Reproduce** Steps to reproduce...
The current release doesn't export `Data.ByteString.Unsafe (unsafeIndex)` like it used to whereas `master` does.
# Description _description of the pull request, if it fixes a particular issue it should link the PR to a particular issue, see [ref](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword=)_ # Checklist - Branch - [...