516 Commits

Author SHA1 Message Date
Andrew Gibiansky
5f04500925 now detects ipython version 0.* and cries about it 2014-05-19 20:26:36 -07:00
Andrew Gibiansky
d87b8b98d9 fixing issues with linting ordering 2014-05-18 16:44:33 -07:00
Andrew Gibiansky
5ed129a079 removed ghci-lib from build.sh 2014-05-18 16:16:03 -07:00
Andrew Gibiansky
c2121c73b6 Moved ghci-lib into IHaskell. 2014-05-18 16:13:23 -07:00
Andrew Gibiansky
393f87343e bumping versions to 0.4.0.0 for upcoming hackage release v0.4.0.0 2014-05-18 16:02:24 -07:00
Andrew Gibiansky
3f30d5a109 Cleaned a little bit of docs 2014-05-18 15:58:55 -07:00
Andrew Gibiansky
b61fcf86d9 Merge branch 'master' of github.com:gibiansky/IHaskell 2014-05-18 15:44:41 -07:00
Andrew Gibiansky
7c6617d307 Revived test suite. Works with separate compilation, not cabal test
though.
2014-05-18 15:44:23 -07:00
Andrew Gibiansky
5abf0fcb31 add info about build.sh 2014-05-18 14:29:28 -07:00
Andrew Gibiansky
02142ef747 minor updates for readme 2014-05-18 14:27:07 -07:00
Andrew Gibiansky
051cdde802 :!cd now changes directory for user code 2014-05-18 10:18:53 -07:00
Andrew Gibiansky
943eb9fd27 Adding filepath completion in strings, closes #122 2014-05-18 10:09:36 -07:00
Andrew Gibiansky
75cff70fe5 Added simple mechanism for updating profile versions automatically.
Closes #141.
2014-05-18 09:29:54 -07:00
Andrew Gibiansky
2762da3e3e Added pager and no-pager options for controlling whether to use the
pager. Closes #126.
2014-05-18 08:53:21 -07:00
Andrew Gibiansky
6038faf1a3 fixed issues with decl parsing 2014-05-18 00:11:42 -07:00
Andrew Gibiansky
11130856b6 All declarations are now grouped. allows operators more easily. 2014-05-17 23:59:02 -07:00
Andrew Gibiansky
c30de057c7 allowing two type signatures together 2014-05-17 22:29:39 -07:00
Andrew Gibiansky
9b95c5e3ff Added support for -XNoImplicitPrelude properly 2014-05-17 22:24:24 -07:00
Andrew Gibiansky
0fc3a1a9bf Fixed some issues with :load, closes #140 2014-05-17 22:06:44 -07:00
Andrew Gibiansky
5b918068bf Merge branch 'master' of github.com:gibiansky/IHaskell 2014-05-17 19:19:38 -07:00
Andrew Gibiansky
e7adb88a29 adding :kind, closes #165 2014-05-17 19:18:25 -07:00
Andrew Gibiansky
55e3d99d19 Merge pull request #247 from aavogt/master
fix ihaskell-magic
2014-05-17 16:45:08 -07:00
Adam Vogt
7ca97f52a8 bump dependency upper bound 2014-05-17 19:42:01 -04:00
Adam Vogt
2115e45e8d fix ihaskell-magic broken by 699e292b60f63cba52ed3885782b1a731ea01781 2014-05-17 19:42:01 -04:00
Andrew Gibiansky
c3da884841 now actually works 2014-05-17 15:35:58 -07:00
Andrew Gibiansky
670ccde9ca things compile with new hlint and classy-prelude 2014-05-17 15:06:37 -07:00
Andrew Gibiansky
787e9d69cb bumping classy-prelude version and fixing mono-traversable version 2014-05-17 13:24:53 -07:00
Andrew Gibiansky
7995b53735 update build.sh to not do ipython kernel 2014-05-17 12:55:26 -07:00
Andrew Gibiansky
d8c1a20547 adding input hiding 2014-05-17 10:47:14 -07:00
Andrew Gibiansky
423fdc15cc Update parsec widget to use a javascript display for its JS 2014-05-17 10:36:27 -07:00
Andrew Gibiansky
9036da3d69 made stdin work 2014-05-16 22:20:01 -07:00
Andrew Gibiansky
699e292b60 Removed ipython-kernel, merged back.
Separating packages not working so well.
v0.3.0.5
2014-05-16 22:02:48 -07:00
Andrew Gibiansky
df62bd5648 removed temporary 2014-05-08 22:37:49 -07:00
Andrew Gibiansky
2415aefda5 closes #142 2014-04-29 22:45:25 -07:00
Andrew Gibiansky
268bf239cb Cleaned up using external ipython. 2014-04-29 22:22:14 -07:00
Andrew Gibiansky
a638a86d90 Updated to reflect ipython 2.0 installation. 2014-04-29 21:47:06 -07:00
Andrew Gibiansky
54d87a4ca5 fix for classy-prelude 0.9.0 2014-04-29 19:10:28 -07:00
Andrew Gibiansky
528b6f86b3 Merge branch 'widget'
Conflicts:
	ihaskell.cabal
2014-04-29 19:09:50 -07:00
Andrew Gibiansky
55dd7d21d9 Fixed ClasssyPrelude version to 0.9.0 and fixed things for it. 2014-04-29 19:08:27 -07:00
Andrew Gibiansky
8a5dc3bd34 Updating here package requirements 2014-04-21 14:51:20 -07:00
Andrew Gibiansky
a1f723cb1d Merge pull request #228 from gregwebs/classy-prelude-constraints
Avoid a conflicting version of classy-prelude
2014-04-11 09:24:42 -07:00
Greg Weber
7c06cf4785 fix name clash with latest classy-prelude 2014-04-09 11:20:36 -07:00
Greg Weber
dee42d62ee Avoid a conflicting version of classy-prelude
closes #227
2014-04-09 10:20:35 -07:00
Andrew Gibiansky
895c262bd3 updated ipython commit hash 2014-04-03 10:27:22 -07:00
Andrew Gibiansky
86f343b6a7 Adding beginnings of widget library. 2014-03-18 23:36:47 -07:00
Andrew Gibiansky
e193ee475f First widget is done displaying! 2014-03-18 22:51:56 -07:00
Andrew Gibiansky
9de530301d setting up for widgets 2014-03-18 14:05:44 -07:00
Andrew Gibiansky
4e9e6e893e Merge branch 'comm'
Conflicts:
	notebooks/Test.ipynb
2014-03-18 11:35:29 -07:00
Andrew Gibiansky
ec3287f642 Completed parsec integration! 2014-03-18 11:34:45 -07:00
Andrew Gibiansky
fe3bbf329a Updated to new Shelly. Fixed Ctrl-C quitting issues. 2014-03-18 11:14:49 -07:00