summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 9665b5e4e2..918c6f7629 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -307,10 +307,14 @@ Library
GHC.Core.Stats
GHC.Core.Make
GHC.Core.Ppr
- GHC.HsToCore.PmCheck.Oracle
- GHC.HsToCore.PmCheck.Ppr
- GHC.HsToCore.PmCheck.Types
- GHC.HsToCore.PmCheck
+ GHC.HsToCore.Pmc
+ GHC.HsToCore.Pmc.Types
+ GHC.HsToCore.Pmc.Utils
+ GHC.HsToCore.Pmc.Desugar
+ GHC.HsToCore.Pmc.Check
+ GHC.HsToCore.Pmc.Solver.Types
+ GHC.HsToCore.Pmc.Solver
+ GHC.HsToCore.Pmc.Ppr
GHC.HsToCore.Coverage
GHC.HsToCore
GHC.HsToCore.Types