Skip to content
Snippets Groups Projects
Commit 123190b2 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Merge branch 'hsyl20/fix-keepcafs' into 'master'

Retain CAFs in the interpreter

See merge request !1
parents 6e95df7b 320b0783
No related branches found
No related tags found
1 merge request!1Retain CAFs in the interpreter
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment