mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
702d636d78
This is a left over to do from #308776. Rebasing existing PR (prior to #308776) would need to be rebased on a change before the commit included in this PR.
7 lines
260 B
Nix
7 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.8";
|
|
sha256 = "0bf407eb67fe3e3c24b0f4c8dea8cb63e07f63ca0f76cf2058565143507ab85e";
|
|
}
|