Skip to content

Commit 5d036ec

Browse files
Update rules_haskell
1 parent ebaff4c commit 5d036ec

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ workspace(name = "io_tweag_inline_java")
22

33
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

5-
5+
# master on 2025-07-14
66
http_archive(
77
name = "rules_haskell",
8-
sha256 = "4cae22bc84f327bf3cb7605021c3663160ff6bc8a0b7b6266062366bcbd19e79",
9-
strip_prefix = "rules_haskell-1.0",
10-
urls = ["https://github.com/tweag/rules_haskell/releases/download/v1.0/rules_haskell-1.0.tar.gz"],
8+
sha256 = "7a85baf58084353aa1c6ca7e2c35f2847b2ac7093d52df9691f03af262e01a68",
9+
strip_prefix = "rules_haskell-f28afbac8b522a2ae8747367a3f8705aad982b59",
10+
urls = ["https://github.com/tweag/rules_haskell/archive/f28afbac8b522a2ae8747367a3f8705aad982b59.tar.gz"],
1111
)
1212

1313
load("@rules_haskell//haskell:repositories.bzl", "rules_haskell_dependencies")

0 commit comments

Comments
 (0)