Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds custom handling of the GHC.Prim module during copy
This used to be done in `ghc-cabal`. With the long term goal of getting rid of ghc-cabal eventually, it's functionality needs to end up in cabal. While this is a custom hack, it is restricted to the GHC module only. A more generic solution would be to add `virtual-modules` I suppose. GHC does custom handling for `GHC.Prim`, and there is no support for `virtual-modules` in the package config file either as far as I can see. As such this seems to be the least invasive solution.
- Loading branch information