rules_haskell icon indicating copy to clipboard operation
rules_haskell copied to clipboard

Tests don't succeed due to sed dependency

Open googleson78 opened this issue 3 years ago • 0 comments

On NixOS (I assume this is the cause), running

> bazel test //tests/haskell_module/repl:haskell_module_repl_cross_library_deps_test_nixpkgs_bazel_4

fails, complaining about a missing sed. I assume this is (directly) related to this discussion - https://github.com/tweag/rules_haskell/pull/1771#discussion_r918747509, and the solution should also be contained there.

googleson78 avatar Aug 10 '22 11:08 googleson78