Skip to content

Commit 34e1273

Browse files
committed
Set requires_nix tag on //tests/ghcWithPackages_2097:ghc_with_packages_test
This test uses the `ghcWithPackages` nix function to provide a ghc toolchain. It is not intended to be used with a bindist.
1 parent cfa57a3 commit 34e1273

File tree

1 file changed

+1
-0
lines changed
  • rules_haskell_tests/tests/ghcWithPackages_2097

1 file changed

+1
-0
lines changed

rules_haskell_tests/tests/ghcWithPackages_2097/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ load("//tests/integration_testing:rules_haskell_integration_test.bzl", "rules_ha
33
rules_haskell_integration_test(
44
name = "ghc_with_packages_test",
55
srcs = ["Test.hs"],
6+
tags = ["requires_nix"],
67
workspace_path = "test",
78
)
89

0 commit comments

Comments
 (0)