diff --git a/docs/haskell-use-cases.rst b/docs/haskell-use-cases.rst index b694633c8..dc62fa326 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", - strip_prefix = "rules_haskell-0.14", - urls = ["https://github.com/tweag/rules_haskell/archive/v0.14.tar.gz"], - sha256 = "851e16edc7c33b977649d66f2f587071dde178a6e5bcfeca5fe9ebbe81924334", + strip_prefix = "rules_haskell-0.15", + urls = ["https://github.com/tweag/rules_haskell/archive/v0.15.tar.gz"], + #sha256 = "...", ) Picking a compiler diff --git a/start b/start index fc05a3b3a..48a547856 100755 --- a/start +++ b/start @@ -201,9 +201,9 @@ load( # Download rules_haskell and make it accessible as "@rules_haskell". http_archive( name = "rules_haskell", - strip_prefix = "rules_haskell-0.14", - urls = ["https://github.com/tweag/rules_haskell/archive/v0.14.tar.gz"], - sha256 = "851e16edc7c33b977649d66f2f587071dde178a6e5bcfeca5fe9ebbe81924334", + strip_prefix = "rules_haskell-0.15", + urls = ["https://github.com/tweag/rules_haskell/archive/v0.15.tar.gz"], + #sha256 = "...", ) load(