Andrew Gibiansky
89fdda8acc
Finished a comment.
2013-10-27 16:03:50 -07:00
Andrew Gibiansky
caa67f62f0
Fixing IHaskell path resolution for 'IHaskell setup'.
2013-10-27 16:03:06 -07:00
Andrew Gibiansky
56bbd24963
Merge pull request #17 from aavogt/master
...
a bunch of changes
2013-10-27 15:31:07 -07:00
Andrew Gibiansky
bab15526da
Merge pull request #6 from luispedro/master
...
DOC List happy as dependency
2013-10-27 15:29:50 -07:00
Adam Vogt
5bf324d21f
use package system-argv0 to find IHaskell binary instead of $PATH
...
This allows you to for example use ./dist/build/IHaskell/IHaskell.
However, things can still be confusing in the sense that your ihaskell
might be using code not from the particular binary you started the
notebook with because there is still only one
.config/ipython/profile_haskell/ipython_config.py
2013-10-26 10:55:08 -04:00
Adam Vogt
47993528e2
list modules used in cabal file (needed later if it comes to cabal sdist)
2013-10-24 22:38:39 -04:00
Adam Vogt
a2553fa5c9
generate completions on the ghc-side, doesn't get interpreted correctly yet
...
see note in Completion.hs
2013-10-24 22:35:29 -04:00
Adam Vogt
3700cbb31d
don't hardcode ghc version reported to IPython
2013-10-24 22:13:33 -04:00
Adam Vogt
dddf4c4e61
Merge https://github.com/gibiansky/IHaskell
2013-10-23 13:29:30 -04:00
Adam Vogt
cd176b504b
support messages for CompletionRequest/reply ( #8 ).
...
does not generate any completions for now, and I'm not sure
if the CompletionReply ends up being formatted correctly.
2013-10-23 13:26:33 -04:00
Andrew Gibiansky
e6f9fbdb31
Merge branch 'master' of github.com:gibiansky/IHaskell
2013-10-23 09:31:50 -07:00
Andrew Gibiansky
2013f2d4a8
Changed uuid dependency to uuid>=1.2.6.
2013-10-23 09:31:31 -07:00
Adam Vogt
167dd71add
use parse failure/success to classify inputs as decl or stmt
...
the previous way to check for keywords (some were missing) can be
wrong if you have a statement like let classFoo = 1.
2013-10-22 17:56:50 -04:00
Luis Pedro Coelho
40dcb799fd
DOC List happy as dependency
...
Add instructions for installing happy on Ubuntu.
2013-10-22 20:24:59 +02:00
Andrew Gibiansky
e7a96fb86f
update zmq instructions
2013-10-22 09:29:10 -07:00
Andrew Gibiansky
26ac95808d
change cabal commands to only cabal install
2013-10-22 09:27:00 -07:00
Andrew Gibiansky
2f97ae564f
added haddock link
2013-10-21 14:29:15 -07:00
Andrew Gibiansky
126a44d9b7
libzmq1 not libzmq-dev
2013-10-21 13:55:44 -07:00
Andrew Gibiansky
614127f8db
Merge branch 'master' of github.com:gibiansky/IHaskell
2013-10-21 13:49:39 -07:00
Andrew Gibiansky
1c60c06ee9
Fixed console issue.
2013-10-21 13:49:21 -07:00
Andrew Gibiansky
35b28fc21e
developer notes is a link
2013-10-21 13:47:20 -07:00
Andrew Gibiansky
f508214dc0
A bit more to developer notes.
2013-10-21 13:46:44 -07:00
Andrew Gibiansky
b1eb8885b4
Added module quickstart.
2013-10-21 13:34:59 -07:00
Andrew Gibiansky
eefb9aa8ae
Copy website into README
2013-10-21 13:18:59 -07:00
Andrew Gibiansky
7c15653ea1
pruned dependency list
2013-10-20 20:22:54 -07:00
Andrew Gibiansky
8e0f053e48
Adding ability to install easily.
2013-10-20 20:16:34 -07:00
Andrew Gibiansky
5434a39105
Merge branch 'master' of github.com:gibiansky/IHaskell
2013-10-20 16:03:33 -07:00
Andrew Gibiansky
34f77d1064
Added images and test NB.
2013-10-20 16:03:21 -07:00
Andrew Gibiansky
9d23edbb48
Switched to non-lazy IO for reading.
2013-10-20 16:00:42 -07:00
Andrew Gibiansky
fb69a2d5ac
Create README.md
2013-10-20 13:25:55 -07:00
Andrew Gibiansky
692860f6b1
haddocks?
2013-10-20 13:22:56 -07:00
Andrew Gibiansky
70c4e80634
removed old ghci stuff
2013-10-20 12:22:27 -07:00
Andrew Gibiansky
412f44b952
Everything works.
2013-10-12 22:31:47 -07:00
Andrew Gibiansky
e65dea7a69
Latest.
2013-10-12 16:32:09 -07:00
Andrew Gibiansky
0ad524a075
Can now run Haskell code!
2013-10-10 22:52:32 -07:00
Andrew Gibiansky
60d4050b51
Updated to ClassyPrelude. Fixed UUID issues.
2013-10-08 19:54:05 -07:00
Andrew Gibiansky
785746adb9
NOTEBOOK WORKS
2013-10-07 21:32:51 -07:00
Andrew Gibiansky
c146e03c95
Added pyout response. Made UUID work with notebooks.
2013-10-02 21:13:42 -07:00
Andrew Gibiansky
67b6a33ea0
Created execution counter!
2013-09-28 21:29:54 -07:00
Andrew Gibiansky
842f281628
Fixing context GC'd bug.
2013-09-28 21:07:50 -07:00
Andrew Gibiansky
78940c2d65
adding message directory
2013-09-28 19:15:46 -07:00
Andrew Gibiansky
959dc3a14e
some changes?
2013-09-28 19:15:29 -07:00
Andrew Gibiansky
81b148b677
uses iopub
2013-08-27 09:46:31 -07:00
Andrew Gibiansky
46db85b4b1
more cleanup, now starts
2013-08-26 16:14:48 -07:00
Andrew Gibiansky
feb710b9ee
updated and cleaned code
2013-08-26 14:47:27 -07:00
Andrew Gibiansky
23659a02f0
Initial commit. kernel_info_request and kernel_info_reply implemented.
2013-08-26 00:18:30 -07:00