Skip to content

Commit 53d0c75

Browse files
committed
rules_haskell_nix: Override path to rules_haskell
1 parent 58d666e commit 53d0c75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rules_haskell_nix/MODULE.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ bazel_dep(
77
name = "rules_haskell",
88
version = "1.0",
99
)
10+
local_path_override(
11+
module_name = "rules_haskell",
12+
path = "..",
13+
)
14+
1015
bazel_dep(
1116
name = "rules_sh",
1217
version = "0.3.0",

0 commit comments

Comments
 (0)