haskell.nix/materialized/ghc-boot-packages-nix
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
..
ghc844 Add materialized files for ghc 8.8.4 (#869) 2020-10-08 17:04:02 +13:00
ghc865 bump (#723) 2020-06-23 12:57:01 +08:00
ghc883 Add ghc 8.10.1 (#541) 2020-06-07 11:05:44 +08:00
ghc884 Replace ghc 8.8.3 with 8.8.4 (#766) 2020-07-21 14:10:23 +12:00
ghc8101 Add ghc 8.10.1 (#541) 2020-06-07 11:05:44 +08:00
ghc8102 Add ghc 8.10.2 (#807) 2020-08-11 14:26:50 +12:00
ghc8102-experimental Add ghc8102-plutus as a compiler-nix-name (#848) 2020-10-21 17:04:47 +13:00