mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 11:26:08 +00:00
Adding support for ipython 4
This commit is contained in:
parent
d05fffbfa1
commit
e1f1f0cfc4
@ -134,6 +134,7 @@ verifyIPythonVersion = do
|
||||
Just path -> do
|
||||
output <- T.unpack <$> SH.silently (SH.run path ["--version"])
|
||||
case parseVersion output of
|
||||
Just (4:_) -> return ()
|
||||
Just (3:_) -> return ()
|
||||
Just (2:_) -> oldIPython
|
||||
Just (1:_) -> oldIPython
|
||||
|
Loading…
x
Reference in New Issue
Block a user