Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPython.hs parse version #21

Closed
Carreau opened this issue Oct 28, 2013 · 1 comment
Closed

IPython.hs parse version #21

Carreau opened this issue Oct 28, 2013 · 1 comment

Comments

@Carreau
Copy link
Contributor

Carreau commented Oct 28, 2013

IHaskell setup fails with IHaskell : Prelude.read: no parse

I've tracked it down to the following:

IPython version are major.minor.patch(-extra).
Like I am on 2.0.0-dev that will become 2.0.0-alpha, then 2.0.0-beta then 2.0.0-rcx finally 2.0.0.

IPython.hs does not parse like that IIUC.

@gibiansky
Copy link
Member

@aavogt I'm leaving this alone since you have a fix. When you merge latest code you might have to do a bit of manual merging as the runHandles is now abstracted away into the ipython function (which optionally supresses output and returns it as a String). I'll merge this once it's in a PR - it looks good.

gibiansky added a commit that referenced this issue Oct 29, 2013
#21 and a start at some doctest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants