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

Cabal: Take into account compilerBuildWay when computing final library ways (backport #10419) #10422

Merged
merged 2 commits into from
Oct 8, 2024

Commits on Oct 4, 2024

  1. Cabal: Take into account compilerBuildWay when computing final librar…

    …y ways
    
    In the profiling dynamic patch I made a mistake when computing the
    needed ways for a build.
    
    When building an executable, the Haskell modules need to be built
    
    * For the final link way
    * For the build way of the compiler if TH is enabled
    
    Before this patch, the modules were being built for all the configured
    library ways, which built modules in more configurations than the
    previous version of Cabal.
    
    Fixes #10418
    
    (cherry picked from commit 27c2668)
    mpickering authored and mergify[bot] committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    851772e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Fix build ways for foreign libs

    Patches the component build ways for foreign library components.
    alt-romes committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7c25fcb View commit details
    Browse the repository at this point in the history