Commit 779ecf9e authored by Andrew Gibiansky's avatar Andrew Gibiansky

Fix build failures 2

parent 71265f2d
*.hi
main/Main
.stack-work
notebooks/Test.ipynb
notebooks/Untitled.ipynb
......
......@@ -117,7 +117,7 @@ runKernel kernelOpts profileSrc = do
(exitCode, stackStdout, _) <- readProcessWithExitCode "stack" [] ""
let stack = exitCode == ExitSuccess && "The Haskell Tool Stack" `isInfixOf` stackStdout
#if MIN_VERSION_base(4,7,0)
#if MIN_VERSION_ghc(7,8,0)
-- If we're in a stack directory, use `stack` to set the environment
-- We can't do this with base <= 4.6 because setEnv doesn't exist.
when stack $ do
......
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