Skip to content

Commit 123190b

Browse files
committed
Merge branch 'hsyl20/fix-keepcafs' into 'master'
Retain CAFs in the interpreter See merge request ghc/iserv-proxy!1
2 parents 6e95df7 + 320b078 commit 123190b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

iserv-proxy.cabal

+3
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ Executable iserv-proxy
9999
Executable iserv-proxy-interpreter
100100
Default-Language: Haskell2010
101101
Main-Is: Interpreter.hs
102+
-- We need to pass -fkeep-cafs to ensure that the interpreter retains CAFs
103+
-- Iserv and GHC do something similar.
104+
ghc-options: -fkeep-cafs
102105
Build-Depends: base >= 4 && < 5,
103106
iserv-proxy
104107

0 commit comments

Comments
 (0)