Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

haskell_toolchains extension #1914

Merged
merged 4 commits into from
Jun 29, 2023
Merged

haskell_toolchains extension #1914

merged 4 commits into from
Jun 29, 2023

Commits on Jun 29, 2023

  1. Move calls to haskell_register_ghc_bindists to WORKSPACE files

    These are not needed anymore in bzlmod because of the haskell_toolchains module extension.
    ylecornec committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9bc6fce View commit details
    Browse the repository at this point in the history
  2. Refactor ghc_bindist.bzl for use with haskell_toolchains extension

    This helps the haskell_toolchains module extensions to declare all of its toolchains in one BUILD file.
    ylecornec committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    47a843f View commit details
    Browse the repository at this point in the history
  3. Add haskell_toolchains module extension

    This extension is used to register the haskell bindists with bzlmod.
    ylecornec committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ea16eab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eefde79 View commit details
    Browse the repository at this point in the history