Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 182f3d0f by Cheng Shao at 2026-01-09T20:25:28-05:00 iserv: add comment about -fkeep-cafs - - - - - 1 changed file: - utils/iserv/iserv.cabal.in Changes: ===================================== utils/iserv/iserv.cabal.in ===================================== @@ -30,6 +30,8 @@ Flag threaded Executable iserv Default-Language: Haskell2010 + -- We never know what symbols GHC will look up in the future, so we + -- must retain CAFs for running interpreted code. ghc-options: -fkeep-cafs -rtsopts if flag(threaded) ghc-options: -threaded View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/182f3d0fb9eb12217c089cce30a50b21... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/182f3d0fb9eb12217c089cce30a50b21... You're receiving this email because of your account on gitlab.haskell.org.