rules_haskell
rules_haskell copied to clipboard
Haskell rules for Bazel.
**Describe the bug** Trying to build the `//rts:add-one` target in the `examples` project, it fails with: ``` ld.lld: error: undefined symbol: add_one_hs >>> referenced by bazel-out/x64_windows-fastbuild/bin/rts/_objs/add-one/main.o:(main) clang: error: linker command...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cgrindel_bazel_starlib](https://redirect.github.com/cgrindel/bazel-starlib) | bazel_dep | minor | `0.21.0` -> `0.23.0` | | [cgrindel_bazel_starlib](https://redirect.github.com/cgrindel/bazel-starlib) |...
**Describe the bug** After updating the stackage snapshot to 2024-10-10, we get happy version 2.0.2 from hackage. This version is no longer a simple executable but the package has been...
**Describe the bug** There seems to be a couple ways the output base ends up in build outputs: 1. the toolchains exes (symlinks) use absolute paths 2. the generated config...