Skip to content

Commit

Permalink
Workaround #34.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Dec 2, 2020
1 parent d9ef23d commit 448e5c7
Showing 1 changed file with 3 additions and 3 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 = "5760599f3866aaf01ac30d5ca740a6fe9aa16945c0de7ed1ee17e07d990779ef",
strip_prefix = "rules_haskell-42b8b43623b82a6b7cfb151f01986735a135e0a9",
urls = ["https://github.com/tweag/rules_haskell/archive/42b8b43623b82a6b7cfb151f01986735a135e0a9.tar.gz"],
sha256 = "110073731641ab509780b609bbba144c249a2c2f1a10e469eec47e1ceacf4bad",
strip_prefix = "rules_haskell-6604b8c19701a64986e98d475959ff2a2e8a1379",
urls = ["https://github.com/tweag/rules_haskell/archive/6604b8c19701a64986e98d475959ff2a2e8a1379.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 448e5c7

Please sign in to comment.