Skip to content
Snippets Groups Projects

Retain CAFs in the interpreter

Merged Sylvain Henry requested to merge hsyl20/iserv-proxy:hsyl20/fix-keepcafs into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -99,6 +99,9 @@ Executable iserv-proxy
Executable iserv-proxy-interpreter
Default-Language: Haskell2010
Main-Is: Interpreter.hs
-- We need to pass -fkeep-cafs to ensure that the interpreter retains CAFs
-- Iserv and GHC do something similar.
ghc-options: -fkeep-cafs
Build-Depends: base >= 4 && < 5,
iserv-proxy
Loading