diff --git a/docs/haskell-use-cases.rst b/docs/haskell-use-cases.rst index 9e2666ba15..c8579bdb41 100644 --- a/docs/haskell-use-cases.rst +++ b/docs/haskell-use-cases.rst @@ -28,9 +28,9 @@ rules_haskell. To use a released version, do the following:: http_archive( name = "rules_haskell", - sha256 = "f7a228ef21c7976e42f0949b927f40d3381305d65e19585625eb6ce2c59116e9", - strip_prefix = "rules_haskell-0.16", - url = "https://github.com/tweag/rules_haskell/archive/refs/tags/v0.16.tar.gz", + sha256 = "c0595a51ece60a097a2bf9f470fc818ceac352b292138ae4504b26c4eca8fa39", + strip_prefix = "rules_haskell-0.17", + url = "https://github.com/tweag/rules_haskell/archive/refs/tags/v0.17.tar.gz", ) Picking a compiler diff --git a/start b/start index 371ac8b795..d50f30b211 100755 --- a/start +++ b/start @@ -225,9 +225,9 @@ load( # Download rules_haskell and make it accessible as "@rules_haskell". http_archive( name = "rules_haskell", - sha256 = "2a07b55c30e526c07138c717b0343a07649e27008a873f2508ffab3074f3d4f3", - strip_prefix = "rules_haskell-0.16", - url = "https://github.com/tweag/rules_haskell/archive/refs/tags/v0.16.tar.gz", + sha256 = "c0595a51ece60a097a2bf9f470fc818ceac352b292138ae4504b26c4eca8fa39", + strip_prefix = "rules_haskell-0.17", + url = "https://github.com/tweag/rules_haskell/archive/refs/tags/v0.17.tar.gz", ) load(