summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorsheaf <sam.derbyshire@gmail.com>2023-05-10 14:38:55 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-05-15 18:03:00 -0400
commitd69cbd78999071d2d6479be40ae90ddd83b9942a (patch)
tree33fe1e02ae939ed8c51b795954bc5ada7a5fbcad /compiler/ghc.cabal.in
parent451d65a6913d85088a350be8e9b7a6d834453326 (diff)
downloadhaskell-d69cbd78999071d2d6479be40ae90ddd83b9942a.tar.gz
Split up tyThingToIfaceDecl from GHC.Iface.Make
This commit moves tyThingToIfaceDecl and coAxiomToIfaceDecl from GHC.Iface.Make into GHC.Iface.Decl. This avoids GHC.Types.TyThing.Ppr, which needs tyThingToIfaceDecl, transitively depending on e.g. GHC.Iface.Load and GHC.Tc.Utils.Monad.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 15c3b39550..684e99c815 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -511,6 +511,7 @@ Library
GHC.Hs.Type
GHC.Hs.Utils
GHC.Iface.Binary
+ GHC.Iface.Decl
GHC.Iface.Env
GHC.Iface.Errors
GHC.Iface.Errors.Types