haskell.nix/materialized/ghc-boot-packages-nix/ghc8102
Hamish Mackenzie 82bc945818
Fix ghc 9 windows cross compilation (#1450)
Fixes Windows cross compilation for GHC 9.0 and 9.2.

Updates wine to use the version that is included with the chosen Nixpkgs (it used to be pinned to an older version).

Moves the configuration of the GHC source into the GHC derivation.  This should make adding Hadrian support easier.

Propagates library dependences (not just pkgconfig ones) on windows so that any DLLs in those libraries can be copied for TH evaluation and to the `/bin` directory of executable components.

Adds gcc and mfcgthreads as library dependencies on Windows so that the DLLs they include will be found.

Use `$pkgsHostTarget` (instead of `ghc-pkg`) to find all the DLLs can copy them to the `/bin` directory of executable components.

Adds support for __int128_t and __uint128_t to language-c to fix aarch64-darwin builds.

Fixed reinstalling packages that come with patched versions in ghcjs.
2022-05-19 20:21:16 +12:00
..
base.nix Update some older GHC materialization files (#1222) 2021-09-01 20:21:30 +12:00
bytestring.nix Add ghc 8.10.2 (#807) 2020-08-11 14:26:50 +12:00
ghc-boot.nix Add ghc 8.10.2 (#807) 2020-08-11 14:26:50 +12:00
ghc-heap.nix Update some older GHC materialization files (#1222) 2021-09-01 20:21:30 +12:00
ghc-prim.nix Update some older GHC materialization files (#1222) 2021-09-01 20:21:30 +12:00
ghc.nix Add ghc 8.10.2 (#807) 2020-08-11 14:26:50 +12:00
ghci.nix Add ghc 8.10.2 (#807) 2020-08-11 14:26:50 +12:00
hpc.nix Add ghc 8.10.2 (#807) 2020-08-11 14:26:50 +12:00
integer-gmp.nix Update some older GHC materialization files (#1222) 2021-09-01 20:21:30 +12:00
iserv-proxy.nix Fix ghc 9 windows cross compilation (#1450) 2022-05-19 20:21:16 +12:00
iserv.nix Add ghc 8.10.2 (#807) 2020-08-11 14:26:50 +12:00
libiserv.nix Add ghc 8.10.2 (#807) 2020-08-11 14:26:50 +12:00
remote-iserv.nix Add ghc 8.10.2 (#807) 2020-08-11 14:26:50 +12:00
template-haskell.nix Update some older GHC materialization files (#1222) 2021-09-01 20:21:30 +12:00
Win32.nix Update some older GHC materialization files (#1222) 2021-09-01 20:21:30 +12:00