Philipp
Philipp
By the way, is it my setup or are the tests broken?
- [x] fix https://github.com/tweag/rules_haskell/issues/1145 - [x] add tests - [ ] investigate whether the call sites of `all_package_ids` and `all_dependencies_package_ids` expect the old or new behavior to be correct
This adds a command line option to replace the command marker "$>" with an alternative. Only single line commands like ```haskell -- $> not True ``` are affected. Mutliline commands...
I could not find any other documentation than README.md, which fails to document a way to access a polynomials coefficients.
# Motivation the [_Embedding the Nix Evaluator_ example](https://hydra.nixos.org/build/259630051/download/1/html/index.html#autotoc_md1) fails to build after [building Nix](https://github.com/NixOS/nix/blob/master/doc/manual/src/contributing/hacking.md#building-nix-with-flakes) because `nix-expr-c` cannot be found in the `pkg-config` search path yet. This work is sponsored by...
- updated bazel to `6.x` in `.bazeliskrc` - updated `java_rules` to `7.3.1` everywhere, the latest version compatible with the bazel version. - updated `nixpkgs` to `23.05` in `/examples/` **to do**...
thanks to @alexflurieagility. fixes https://github.com/tweag/rules_nixpkgs/issues/477. this contains https://github.com/tweag/rules_nixpkgs/pull/503. **to do** - [ ] document which versions this breaks compatibility with and the new minimally required versions (of bazel, `rules_java`,...)
```[tasklist] ### Tasks - [ ] https://github.com/tweag/rules_nixpkgs/pull/497 - [ ] https://github.com/tweag/rules_nixpkgs/pull/503 - [ ] https://github.com/tweag/rules_nixpkgs/pull/499 - [ ] https://github.com/tweag/rules_nixpkgs/pull/498 ```