rules_haskell icon indicating copy to clipboard operation
rules_haskell copied to clipboard

Haskell rules for Bazel.

Results 224 rules_haskell issues
Sort by recently updated
recently updated
newest added

**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...

type: bug

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) |...

merge-queue
bazel 7

**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...

type: bug

**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...

type: bug