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.compiler: port all make/native-bignum GHCs to common expr #308776

Merged

Commits on May 3, 2024

  1. haskell.compiler: port all make/native-bignum GHCs to common expr

    The common expression is a little messy to avoid rebuilds. It can be
    cleaned up in a second step.
    
    `9.4.8.fixme.nix` is used temporarily so that git's rename detection
    gets where common-make-native-bignum.nix is coming from.
    
    8.10.7 keeps its expression since it uses integer-simple which changes
    the expression's interface. This is unfortunately very annoying to
    reflect in a common expression.
    sternenseemann committed May 3, 2024
    Configuration menu
    Copy the full SHA
    88d91dd View commit details
    Browse the repository at this point in the history