summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-07 14:31:15 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-13 07:06:49 -0500
commit2d4f9ad89cb7e79c1f90983bf4898a5f4e3c7457 (patch)
tree9c73c3ae3db627e91910929488b9076aa771409d /compiler/ghc.cabal.in
parent535d0edc11e66a9a0bdfda676dd614833d86df68 (diff)
downloadhaskell-2d4f9ad89cb7e79c1f90983bf4898a5f4e3c7457.tar.gz
Ensure that coreView/tcView are able to inline
Previously an import cycle between Type and TyCoRep meant that several functions in TyCoRep ended up SOURCE import coreView. This is quite unfortunate as coreView is intended to be fused into a larger pattern match and not incur an extra call. Fix this with a bit of restructuring: * Move the functions in `TyCoRep` which depend upon things in `Type` into `Type` * Fold contents of `Kind` into `Type` and turn `Kind` into a simple wrapper re-exporting kind-ish things from `Type` * Clean up the redundant imports that popped up as a result Closes #17441. Metric Decrease: T4334
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 7e9171adc9..a33edcd2ea 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -536,7 +536,6 @@ Library
InstEnv
TyCon
CoAxiom
- Kind
Type
TyCoRep
TyCoFVs