mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
131400c2e2
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.
6 lines
260 B
Nix
6 lines
260 B
Nix
# DO NOT port this expression to hadrian. It is not possible to build a GHC
|
|
# cross compiler with 9.4.* and hadrian.
|
|
import ./common-make-native-bignum.nix {
|
|
version = "9.4.6";
|
|
sha256 = "1b705cf52692f9d4d6707cdf8e761590f5f56ec8ea6a65e36610db392d3d24b9";
|
|
}
|