diff options
author | Luite Stegeman <stegeman@gmail.com> | 2021-01-27 11:48:42 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-03-20 07:49:15 -0400 |
commit | 7de3532f0317032f75b76150c5d3a6f76178be04 (patch) | |
tree | b2d75538bde38581bbb5447889e9810f47e51a0f /compiler/ghc.cabal.in | |
parent | 0107f3568d060b4c979aa3740465c4f6ca4c2bba (diff) | |
download | haskell-7de3532f0317032f75b76150c5d3a6f76178be04.tar.gz |
Transfer tickish things to GHC.Types.Tickish
Metric Increase:
MultiLayerModules
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index a020c440e8..76d225bd57 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -656,6 +656,7 @@ Library GHC.Types.SourceText GHC.Types.SrcLoc GHC.Types.Target + GHC.Types.Tickish GHC.Types.TypeEnv GHC.Types.TyThing GHC.Types.Unique |