Skip to content

Commit

Permalink
Update rules_haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Nov 25, 2023
1 parent 9395b0d commit 5b1285e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_haskell",
sha256 = "2b36e26fde296dc9fbaeed087c898fdce23af0247592e897c317d19345b0e259",
strip_prefix = "rules_haskell-7a7f8545789dc4f3bc0780d5725e1337bb494ea6",
urls = ["https://github.com/tweag/rules_haskell/archive/7a7f8545789dc4f3bc0780d5725e1337bb494ea6.zip"],
sha256 = "caea58ec449289984dc1879c24d0e8eca51a488c221bd606190ade7c4ad82c03",
strip_prefix = "rules_haskell-7059b07bca46e6c1712375feee05a3a8605d6de5",
urls = ["https://github.com/tweag/rules_haskell/archive/7059b07bca46e6c1712375feee05a3a8605d6de5.zip"],
)

load("@rules_haskell//haskell:repositories.bzl", "rules_haskell_dependencies")
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkShell {
LANG="C.UTF-8";

buildInputs = [
bazel_4
bazel_6
git
gnused
nix
Expand Down

0 comments on commit 5b1285e

Please sign in to comment.