Commit e4fd5807 authored by Vaibhav Sagar's avatar Vaibhav Sagar

src/IHaskell/Eval/Evaluate.hs: remove unnecessary -fcontext-stack flag

parent f17d0a0a
......@@ -232,10 +232,6 @@ initializeImports = do
else []
setContext $ map IIDecl $ implicitPrelude : imports
-- Set -fcontext-stack to 100 (default in ghc-7.10). ghc-7.8 uses 20, which is too small.
let contextStackFlag = printf "-fcontext-stack=%d" (100 :: Int)
void $ setFlags [contextStackFlag]
return hasIHaskellPackage
-- | Give a value for the `it` variable.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment