Commit ce296cda authored by Yuriy Syrovetskiy's avatar Yuriy Syrovetskiy

[b] use libdir

parent 3c9de57d
......@@ -59,7 +59,7 @@ eval string = do
getTemporaryDirectory >>= setCurrentDirectory
let state = defaultKernelState { getLintStatus = LintOff }
interpret "" False $ Eval.evaluate state string publish
interpret libdir False $ Eval.evaluate state string publish
out <- readIORef outputAccum
pagerOut <- readIORef pagerAccum
return (reverse out, unlines $ reverse pagerOut)
......
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