haskell.nix/materialized/ghc-extra-projects
Hamish Mackenzie cda15dc5b7
Add ghc8102-plutus as a compiler-nix-name (#848)
This change introduces a `ghc8102-experimental` compiler-nix-name that behaves much like the `ghc8102` version but includes @JoshMeredith's patch `./patches/ghc/ghc-8.10-ubxt.patch` that writes the `cg_binds` field with:

```haskell
  liftIO $ registerInterfaceDataWith "ghc/phase/core" hsc_env $ \bh ->
    putWithUserData (const $ return ()) bh (map toIfaceBind $ cg_binds cg_guts)
```

Some of the places where we used to depend on the output of `plan-to-nix` containing the correct `nix-name` for the compiler have been update to avoid using incompatible interface files from the `compiler-nix-name = "ghc8102"` version of GHC.
2020-10-21 17:04:47 +13:00
..
cross Add ghc8102-plutus as a compiler-nix-name (#848) 2020-10-21 17:04:47 +13:00
default Add ghc8102-plutus as a compiler-nix-name (#848) 2020-10-21 17:04:47 +13:00
windows Fix ghc 8.10 windows cross (boot with 8.6.5) (#865) 2020-10-07 15:42:32 +13:00