Andrew Gibiansky
bc4f858b2a
Merge pull request #483 from sumitsahrawat/issue-482
...
Fix #482 , bump lower bounds on aeson
2015-04-21 11:13:31 -07:00
Sumit Sahrawat
86ab3b6d3d
Fix #482 , bump lower bounds on aeson
2015-04-21 22:01:17 +05:30
Andrew Gibiansky
79a6e6d0e3
Merge pull request #480 from gibiansky/fix-710-ghc-parser
...
Adding src-710 to extra source files for ghc-parser
2015-04-20 15:53:56 -07:00
Andrew Gibiansky
bbbdd3427e
Adding src-710 to extra source files for ghc-parser
2015-04-20 12:40:21 -07:00
Andrew Gibiansky
deb92f1240
Merge branch 'master' of github.com:gibiansky/IHaskell
2015-04-20 12:35:20 -07:00
Andrew Gibiansky
7072770bb6
Merge pull request #477 from sumitsahrawat/docker
...
Remove redundant use of 'tr'
2015-04-18 11:49:20 -07:00
Sumit Sahrawat
4e9ebe68d2
Remove redundant use of 'tr'
2015-04-18 14:59:30 +05:30
Andrew Gibiansky
c439e22e82
Merge pull request #475 from sumitsahrawat/docker
...
Split ubuntu-install.sh
2015-04-17 15:47:23 -07:00
Sumit Sahrawat
a20ab93b7e
Split ubuntu-install.sh
2015-04-18 03:19:05 +05:30
Andrew Gibiansky
bd695daf71
Merge pull request #473 from sumitsahrawat/docker
...
Allow using pre-installed ipython
2015-04-16 17:57:33 -07:00
Sumit Sahrawat
6e1dc82906
Allow using pre-installed ipython
...
If `ipython` is installed, and has a major version >= 3, then use the
installed version. Otherwise install from scratch.
2015-04-17 02:56:50 +05:30
Andrew Gibiansky
db84a671cb
Remove IsString usage; theres no concrete way to do String -> DisplayData
2015-04-14 14:09:00 -07:00
Sumit Sahrawat
dd7271b2a2
Fix #456 -- Update pager for message spec v5
2015-04-13 12:42:17 +05:30
Andrew Gibiansky
6b5f6785c8
Merge pull request #470 from gibiansky/ghc710-travis
...
Adding GHC 7.10 to travis tests
2015-04-07 16:17:18 -07:00
Andrew Gibiansky
90731e9a8e
Merge pull request #471 from Carreau/ihaskell-mode
...
set global CM Mode
2015-04-07 16:17:06 -07:00
Matthias Bussonnier
5f48dea749
set global CM Mode
2015-04-07 15:32:26 -07:00
Andrew Gibiansky
7fde48c3be
Disable cabal test on ghc 7.10
2015-04-07 14:42:16 -07:00
Andrew Gibiansky
37e6f3cba0
Fixing test suite in ghc 7.10
2015-04-07 13:55:18 -07:00
Andrew Gibiansky
16ca7dfb68
Formatting fix
2015-04-07 13:53:29 -07:00
Andrew Gibiansky
7e197132c8
GHC 7.10 fix due to GHC API change
2015-04-07 13:13:02 -07:00
Andrew Gibiansky
28149effb9
GHC 7.10 fix due to BBP
2015-04-07 12:17:40 -07:00
Andrew Gibiansky
b7205e86d0
Adding GHC 7.10 to travis tests
2015-04-07 11:05:11 -07:00
Andrew Gibiansky
5e12d47834
Require chart-cairo 1.2 or higher
2015-04-05 01:42:30 -07:00
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