summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-05-12 16:11:39 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2023-05-12 16:12:04 +0100
commit95a15c7e7659505e4d70a004f567a05a7ccf41b2 (patch)
treecdc14a2550fbb0554adaa9311e4c3cd3052d9ad7 /compiler/ghc.cabal.in
parent1e6861dd8612d8f71cc4635c4f73f84f316a6c7e (diff)
downloadhaskell-wip/clean-refactor.tar.gz
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index fc2151f547..7735a28b44 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -708,6 +708,7 @@ Library
GHC.Tc.Errors.Hole.FitTypes
GHC.Tc.Errors.Ppr
GHC.Tc.Errors.Types
+ GHC.Tc.Errors.Types.PromotionErr
GHC.Tc.Gen.Annotation
GHC.Tc.Gen.App
GHC.Tc.Gen.Arrow
@@ -740,6 +741,11 @@ Library
GHC.Tc.Solver.Types
GHC.Tc.TyCl
GHC.Tc.TyCl.Build
+ GHC.Tc.Types.LclEnv
+ GHC.Tc.Types.TcIdSigInfo
+ GHC.Tc.Types.TH
+ GHC.Tc.Types.TcRef
+ GHC.Tc.Types.TcTyThing
GHC.Tc.TyCl.Class
GHC.Tc.TyCl.Instance
GHC.Tc.TyCl.PatSyn