Skip to content

Commit

Permalink
Remove stardoc from rules_haskell_tests WORKSPACE file
Browse files Browse the repository at this point in the history
All the documentation is generated from the `rules_haskell` module.
  • Loading branch information
ylecornec committed Jun 28, 2023
1 parent 4c300bb commit 8877ccc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions rules_haskell_tests/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -136,19 +136,6 @@ jvm_maven_import_external(
server_urls = ["https://repo.maven.apache.org/maven2"],
)

http_archive(
name = "io_bazel_stardoc",
sha256 = "3fd8fec4ddec3c670bd810904e2e33170bedfe12f90adf943508184be458c8bb",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/stardoc/releases/download/0.5.3/stardoc-0.5.3.tar.gz",
"https://github.com/bazelbuild/stardoc/releases/download/0.5.3/stardoc-0.5.3.tar.gz",
],
)

load("@io_bazel_stardoc//:setup.bzl", "stardoc_repositories")

stardoc_repositories()

register_toolchains(
"@rules_haskell//docs/pandoc:nixpkgs",
"@rules_haskell//docs/pandoc:linux",
Expand Down

0 comments on commit 8877ccc

Please sign in to comment.