summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2022-06-01 01:46:09 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2022-06-02 15:42:59 +0000
commitd550d9079d6518938a2e41622b1c3ebf1fb24f59 (patch)
tree6cc6657783d10640c3eb3dd931567afd2b3e2824 /compiler/ghc.cabal.in
parentf065804eb7afa8a7902ccc779cf2c9fae520f956 (diff)
downloadhaskell-d550d9079d6518938a2e41622b1c3ebf1fb24f59.tar.gz
Rename `HsToCore.{Coverage -> Ticks}`
The old name made it confusing why disabling HPC didn't disable the entire pass. The name makes it clear --- there are other reasons to add ticks in addition.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index d757925444..afb7618e1e 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -453,7 +453,6 @@ Library
GHC.HsToCore
GHC.HsToCore.Arrows
GHC.HsToCore.Binds
- GHC.HsToCore.Coverage
GHC.HsToCore.Docs
GHC.HsToCore.Errors.Ppr
GHC.HsToCore.Errors.Types
@@ -478,6 +477,7 @@ Library
GHC.HsToCore.Pmc.Types
GHC.HsToCore.Pmc.Utils
GHC.HsToCore.Quote
+ GHC.HsToCore.Ticks
GHC.HsToCore.Types
GHC.HsToCore.Usage
GHC.HsToCore.Utils