summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorLuite Stegeman <stegeman@gmail.com>2021-08-03 09:06:34 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-08-03 17:19:51 -0400
commit3403c028d69e4a4fae93b2ced95fc58b6fa8aeee (patch)
treeeea799d7741faf4aacfc40b3de817a57bd659924 /compiler/ghc.cabal.in
parent9744c6f5c37c8b85f95e53f109b7ce6c25881c29 (diff)
downloadhaskell-3403c028d69e4a4fae93b2ced95fc58b6fa8aeee.tar.gz
move bytecode preparation into the STG pipeline
this makes it possible to combine passes to compute free variables more efficiently in a future change
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 55e37b1d60..e5376dc772 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -544,6 +544,7 @@ Library
GHC.Settings.Config
GHC.Settings.Constants
GHC.Settings.IO
+ GHC.Stg.BcPrep
GHC.Stg.CSE
GHC.Stg.Debug
GHC.Stg.DepAnal