summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorDominik Peteler <haskell+gitlab@with-h.at>2022-04-18 14:20:58 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-05-22 21:58:23 -0400
commitffbe28e56aa382164525300fbc32d78eefd95e7d (patch)
tree05097a92e316ab10d8dd3e3b0647af0a2048d254 /compiler/ghc.cabal.in
parentea895b94afeecb111f8001fbd60f5d4c8828213c (diff)
downloadhaskell-ffbe28e56aa382164525300fbc32d78eefd95e7d.tar.gz
Modularize GHC.Core.Opt.LiberateCasewip/cmm-dominators
Progress towards #17957
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 392f0a4f84..ace7a0ddbd 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -389,6 +389,7 @@ Library
GHC.Driver.Config.Cmm.Parser
GHC.Driver.Config.CmmToAsm
GHC.Driver.Config.CmmToLlvm
+ GHC.Driver.Config.Core.Opt.LiberateCase
GHC.Driver.Config.Diagnostic
GHC.Driver.Config.Finder
GHC.Driver.Config.HsToCore