812 Commits

Author SHA1 Message Date
Andrew Gibiansky
2a47b76611 Fixing some kernel js 2015-04-04 21:48:32 -07:00
Andrew Gibiansky
5c47e93202 Merge pull request #465 from gibiansky/minor-710-fixes
Minor 710 fixes
2015-04-01 19:32:04 -07:00
Andrew Gibiansky
baae96388e Bump rlangqq filepath dep 2015-04-02 12:01:59 -07:00
Andrew Gibiansky
a737ddb60d Bump static-canvas dependency on base 2015-04-01 11:12:02 -07:00
Andrew Gibiansky
109aa2a41d Merge pull request #463 from acfoltzer/stdin-refactor
move Stdin module to IHaskell
2015-03-31 00:52:28 -07:00
Adam C. Foltzer
8bc3f43c3e move Stdin module to IHaskell
This allows removing the unix dependency for ipython-kernel, and seems
like the right thing to do as the Stdin module is very specific to the
case of running a Haskell kernel.
2015-03-30 10:31:20 -07:00
Andrew Gibiansky
6f194eb9ae Merge pull request #460 from sumitsahrawat/plot-patch
Generalize ihaskell-plot to work for all Figure types
2015-03-26 18:02:21 -07:00
sumitsahrawat
2c96b37de1 Generalize ihaskell-plot to work for all types 2015-03-27 05:40:00 +05:30
sumitsahrawat
5ac6132fcc Ultimately, it boils down to style -- Fix style in Plot.hs 2015-03-26 10:36:11 -07:00
sumitsahrawat
1c0d454968 Another round of fixes
* Try to fix issue with `cabal configure --enable-tests' on travis.

* Remove upper bounds for version of ihaskell from ihaskell-rlangqq,
  taking cue from the other ihaskell-* packages.

* Fix formatting issues with IHaskell.Display.Plot.
2015-03-26 10:36:11 -07:00
sumitsahrawat
e46922c013 Get travis working with BLAS and LAPACK 2015-03-26 10:36:11 -07:00
sumitsahrawat
730669ba3e Add IHaskellDisplay instance for Figure () 2015-03-26 10:36:10 -07:00
Andrew Gibiansky
b9589e91f3 Changing linux-install.sh references to ubuntu-install.sh in README 2015-03-26 10:26:43 -07:00
Andrew Gibiansky
6d0a5421e9 Merge pull request #459 from FranklinChen/rename-linux-to-ubuntu
Rename linux-install.sh to ubuntu-install.sh
2015-03-26 10:25:42 -07:00
Franklin Chen
ab27024b73 Rename linux-install.sh to ubuntu-install.sh 2015-03-26 09:17:30 -04:00
Andrew Gibiansky
75e1979875 rlangqq version bump 2015-03-25 23:46:54 -07:00
Andrew Gibiansky
19469b8dc8 Merge branch 'master' of github.com:gibiansky/IHaskell 2015-03-25 23:45:22 -07:00
Andrew Gibiansky
7aa12035db Merge pull request #457 from srid/patch-1
Fix typo
2015-03-25 22:46:19 -07:00
Sridhar Ratnakumar
f55498ab9f Fix typo
Correct filename to that which exists in master branch of the repo.
2015-03-25 22:45:35 -07:00
Andrew Gibiansky
e979dee9df Fix rlang deps; no-pager by default b/c pager is broken 2015-03-25 22:14:52 -07:00
Andrew Gibiansky
3af35ad217 Version bumps for Hackage v0.6.0.0 2015-03-25 22:08:21 -07:00
Andrew Gibiansky
66c78bb98e Point demo notebook to nbviewer 0.6 2015-03-25 22:02:40 -07:00
Andrew Gibiansky
78546c95f4 Documentation formatting 2015-03-25 22:00:50 -07:00
Andrew Gibiansky
bdef789cfd Documentation formatting 2015-03-25 21:56:27 -07:00
Andrew Gibiansky
cd7d6752b3 Adding documentation and removing Docker (for now) 2015-03-25 21:47:57 -07:00
Andrew Gibiansky
453aaabd88 Merge pull request #449 from gibiansky/show-module-compilation-errors
Improving module loading; fixes #312
2015-03-24 19:52:14 -07:00
Andrew Gibiansky
2f11f85e78 Fixes for compilation errors 2015-03-24 19:21:44 -07:00
Andrew Gibiansky
296c75f723 Allow :load to take multiple filenames or module names 2015-03-24 17:45:57 -07:00
Andrew Gibiansky
1bb67fefca Improving module loading; fixes #312 2015-03-24 17:41:36 -07:00
Andrew Gibiansky
a489c9bb35 Merge pull request #445 from gibiansky/format-all-src
Format all src
2015-03-24 13:18:07 -07:00
Andrew Gibiansky
c19a3bf261 Merge pull request #448 from FranklinChen/fix-linux-install-scripts
Final (hopefully) fix of Linux installation scripts.
2015-03-24 01:57:06 -07:00
Franklin Chen
c4d7619b8f Final (hopefully) fix of Linux installation scripts. 2015-03-24 02:11:58 -04:00
Andrew Gibiansky
7009eb0edd Fix compile error... 2015-03-20 22:45:01 -07:00
Andrew Gibiansky
7bc20bdc86 Allow retrying cabal install hindent 2015-03-20 22:40:49 -07:00
Andrew Gibiansky
80aa284d89 Reformat ihaskell display packages 2015-03-20 22:21:19 -07:00
Andrew Gibiansky
c53f70d88d Formatting ipython-kernel 2015-03-20 21:55:43 -07:00
Andrew Gibiansky
7ba7c4d18f Merge pull request #444 from gibiansky/enforce-proper-formatting
Enforce proper formatting
2015-03-20 19:27:34 -07:00
Andrew Gibiansky
dadd074ffd Use stdin argument instead of input for subprocess; makes it python 3.2 compatible 2015-03-20 17:00:59 -07:00
Andrew Gibiansky
a69fd10131 Only run formatting test on 7.8 2015-03-20 14:07:44 -07:00
Andrew Gibiansky
204795ccb5 Fix travis test: install hindent and python3 2015-03-20 13:35:03 -07:00
Andrew Gibiansky
a43bbb9023 Completing reformatting and adding it to test suite 2015-03-20 12:19:18 -07:00
Andrew Gibiansky
2f06049777 Reformatting all of ihaskell source 2015-03-19 18:30:22 -07:00
Andrew Gibiansky
e5e9203624 Creating script to check formatting; for now just prints diffs 2015-03-17 21:37:33 -07:00
Andrew Gibiansky
be10d3830b Merge pull request #441 from gibiansky/jupyter-with-completion
Jupyter with completion
2015-03-17 01:45:48 -07:00
Andrew Gibiansky
3c8b634806 Upgrading to v5 and making completion work 2015-03-16 23:34:42 -07:00
Andrew Gibiansky
9cd9cfb1b8 Adding remainder of completion work 2015-03-16 18:39:24 -07:00
Andrew Gibiansky
2eca349123 Fixing completion 2015-03-16 18:39:24 -07:00
Andrew Gibiansky
2ab0407224 Merge pull request #440 from gibiansky/fix-completion-crash
Debug flag causes printing of raw messages
2015-03-16 18:38:34 -07:00
Andrew Gibiansky
bccee2283b Merge pull request #438 from slon1024/ihaskell_install
Added `ihaskell install` into build.sh
2015-03-16 11:38:12 -07:00
Andrew Gibiansky
5af5d8e205 Debug flag causes printing of raw messages 2015-03-16 11:37:23 -07:00