Commit 7cdf655a authored by Adam Vogt's avatar Adam Vogt

note an issue that can happen when loading ihaskell-display packages

parent f673f205
......@@ -150,6 +150,9 @@ initializeImports :: Interpreter ()
initializeImports = do
-- Load packages that start with ihaskell-*, aren't just IHaskell,
-- and depend directly on the right version of the ihaskell library
--
-- XXX this will try to load broken packages, provided they depend
-- on the right ihaskell version
dflags <- getSessionDynFlags
displayPackages <- liftIO $ do
(dflags, _) <- initPackages dflags
......
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