diff options
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 037e7aa0b2..fdbe9d5df6 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -333,10 +333,10 @@ Library CoreStats MkCore PprCore - PmOracle - PmPpr - PmTypes - Check + GHC.HsToCore.PmCheck.Oracle + GHC.HsToCore.PmCheck.Ppr + GHC.HsToCore.PmCheck.Types + GHC.HsToCore.PmCheck Coverage Desugar DsArrows |