Claudio Bley
Claudio Bley
**Is your feature request related to a problem? Please describe.** We disabled GHC 9.4.x jobs for bzlmod on CI since we need to provide a version specific stack snapshot and...
> The configuration variables such as `test_repl_ghci_args` are duplicated inside the [MODULE.bazel](https://github.com/tweag/rules_haskell/pull/1914/files?diff=unified&w=0#diff-c385cb2f1e4a4c4652191639dc4ccb1c8e048d9ebc33d61b12dae27c57b45fccR302-R336) file because it is not possible to `load` them at the moment (see [bazelbuild/bazel#17880](https://github.com/bazelbuild/bazel/issues/17880)). For the same reason...
Currently, there is no way to configure a stack_snapshot other than the default "stackage" one in a MODULE.bazel file. Adding an attribute to the configuration tags by which we are...
**Describe the bug** Most recently, the "Build & Test - Cross" job has started to fail, e.g. [here](https://github.com/tweag/rules_haskell/actions/runs/5728071337/job/15544081532?pr=1925). **To Reproduce** Run the Continuous Integration workflow. **Expected behavior** It should finish...
It might be slower than actually fetching the resources directly.
Building on windows currently takes a long time (> 2h) and fails eventually when the connection to the build event upload service is closed. Using a disk_cache which is stored...
* upgrade documentation and examples from ghcide to HLS * test HLS and fix issues that occur * update [hie-bios documentation](https://github.com/haskell/hie-bios) to cover rules_haskell support * document full developer workflow,...
Compiling a standalone, static executable should be better documented. See https://www.joachim-breitner.de/blog/776-Distributing_Haskell_programs_in_a_multi-platform_zip_file Also see [Tweag blog](https://www.tweag.io/blog/2020-09-30-bazel-static-haskell/)