21 Commits

Author SHA1 Message Date
Andrew Gibiansky
0b750e1577 Adding --help support. 2014-03-09 17:57:08 -07:00
Andrew Gibiansky
fb22bcf468 Fixed text/bytestring handling in Main, as per @aavogt's PR 2014-03-09 13:21:26 -07:00
Andrew Gibiansky
5dc11f2fe7 mostly working, it not being updated 2014-02-28 23:21:13 -08:00
Andrew Gibiansky
957de8ff57 upgraded everything to aeson >= 0.7, which required fairly major changes 2014-02-28 22:20:29 -08:00
PierreR
2c2249e619 Fix #192: compilation failure with classy-prelude 0.8 2014-02-16 22:24:55 +01:00
Paul Ivanov
d03296b00a add input code re-broadcast
Our (ipython) docs probably weren't very clear about this, but frontends
expect to get a re-broadcast of the input code, along with an execution
count (since otherwise only the frontend which sent an execute_request
knows what was actually executed). I was working on
ivanov/vim-ipython#86 and found that I wasn't getting the In [ ] prompts
when connected to an IHaskell kernel.

This is my first non-trivial (though still somewhat trivial) Haskell
patch.
2014-02-03 12:49:44 -08:00
Andrew Gibiansky
ec9aa8e968 ctrl-c once does nothing, ctrl-c twice kills everything, closes #145 2014-01-25 20:41:12 -08:00
Andrew Gibiansky
a3222f6139 adding hoogle support for classes, closes #158 2014-01-25 18:17:37 -08:00
Andrew Gibiansky
258a07d3bd updated 2014-01-25 17:31:55 -08:00
Andrew Gibiansky
52e9c178ce changing installation to use virtualenv 2014-01-11 20:59:26 -07:00
Andrew Gibiansky
9d7149c437 adding --ipython flag which you point to an executable 2014-01-10 15:13:01 -05:00
Andrew Gibiansky
51b8ea2488 changing DisplayData -> Display in IHaskell 2014-01-09 18:09:57 -05:00
Andrew Gibiansky
d423acb37e splitting out all zmq-related things into ipython-kernel 2014-01-08 19:22:51 -05:00
Andrew Gibiansky
208d434d45 separating flags into separate module 2014-01-08 16:27:36 -05:00
Andrew Gibiansky
a097310ed0 initial hoogling commit 2014-01-07 22:48:01 -05:00
Andrew Gibiansky
287381192f changing :info to use the ipython pager 2014-01-06 16:09:53 -05:00
Andrew Gibiansky
ba6db61624 changing interface of IHaskell.Display to not use quite as many strings 2014-01-06 14:25:41 -05:00
Andrew Gibiansky
c7b11432b4 stdin works 2014-01-05 23:01:38 -05:00
Andrew Gibiansky
e09132a0a6 added shelling out directive 2014-01-05 13:34:13 -05:00
Andrew Gibiansky
4566475324 Changing :set to be useful. :set [no]lint, :set no[svg]. 2014-01-04 20:13:06 -05:00
Adam Vogt
63ecc797eb move IHaskell stuff to src/ 2014-01-03 00:10:15 -05:00