89 Commits

Author SHA1 Message Date
Andrew Gibiansky
9cbee9df1c Minor updates with JS 2015-08-25 15:37:42 -07:00
Andrew Gibiansky
8e5e51ff14 Adding support for Stack and running without support lib 2015-08-24 13:54:22 -07:00
Andrew Gibiansky
cab4cfdf4b Version bump ihaskell 2015-08-16 00:54:15 -07:00
Andrew Gibiansky
5bdddf7f12 Changing homepage to Github 2015-08-16 00:53:54 -07:00
Luke Randall
cb0dc7a326 Allow aeson 0.9 2015-08-12 22:31:03 +02:00
Andrew Gibiansky
c1c9362997 packaging updates 2015-08-11 11:22:30 -07:00
Andrew Gibiansky
eb6caf068b Merge pull request #508 from sumitsahrawat/widgets
Backbone widgets
2015-06-25 08:26:53 -04:00
Andrew Gibiansky
cb55d6b16a Bumping versions for new release 2015-06-23 23:30:52 -04:00
Sumit Sahrawat
e253c8481f Separate out publish to a module
Separate out publish to IHaskell.Publish
Replace publish with publishResult, which also requires more arguments.
2015-06-09 14:02:59 +05:30
Sumit Sahrawat
1ab66f3535 Basic framework for widgets 2015-06-02 12:38:51 +05:30
Andrew Gibiansky
e86272af10 Removing MissingH 2015-05-29 13:14:49 +02:00
Andrew Gibiansky
36de4c2b99 Get rid of system-filepath 2015-05-27 20:45:49 +02:00
Andrew Gibiansky
6df3ee72bb Fixing kernel death, closes #505 2015-05-27 18:31:37 +02:00
Andrew Gibiansky
f7296881b7 Removing classy-prelude from dependencies, creating small custom prelude 2015-05-25 20:49:40 +02:00
Andrew Gibiansky
49a77f6343 Fixing merge conflict 2015-05-22 11:49:21 +02:00
Andrew Gibiansky
fdd6f51394 Updating versions and pushing to hackage 2015-05-22 11:48:00 +02:00
Andrew Gibiansky
accbec475f Updating for classy-prelude fixes, etc 2015-05-21 19:54:29 +02:00
Sumit Sahrawat
2553fbda4c Add dependency on chunked-data explicitly
Constrain the version of chunked-data used by classy-prelude, thus
fixing issue #491 and fixing the build.
2015-05-18 04:50:16 +05:30
Andrew Gibiansky
73469b7c9c Add support for type inspection with shift tab (inspect_reply) 2015-05-14 03:31:58 -07:00
Sumit Sahrawat
86ab3b6d3d Fix #482, bump lower bounds on aeson 2015-04-21 22:01:17 +05:30
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
3af35ad217 Version bumps for Hackage 2015-03-25 22:08:21 -07:00
Andrew Gibiansky
39a2725035 Finished simplifying command-line interface 2015-03-10 14:14:05 -07:00
Andrew Gibiansky
a26226b692 Bumping some versions 2015-03-06 15:56:18 -08:00
Andrew Gibiansky
5c94631e23 Attempting to fix more build issues 2015-03-06 15:16:12 -08:00
Andrew Gibiansky
eb204a6efc Include custom.css with data files 2015-03-06 13:41:06 -08:00
Andrew Gibiansky
8eaf1aa65d Merging jupyter branch into master 2015-03-06 12:52:38 -08:00
Andrew Gibiansky
2fc9b661aa Attempting to migrate tests back into package... ugh 2015-03-05 18:21:51 -08:00
Andrew Gibiansky
c9aec5c490 Fixing test suite by removing it from cabal; just run via runhaskell
Conflicts:
	ihaskell.cabal
2015-03-05 13:51:11 -08:00
Andrew Gibiansky
2de62db7bb Completing merge 2015-03-04 23:37:55 -08:00
Andrew Gibiansky
145cf72be7 Still trying to get ihaskell building on travis 2015-03-04 20:57:04 -08:00
Andrew Gibiansky
01b3593d15 Fixing test suite by removing it from cabal; just run via runhaskell 2015-03-03 13:15:31 -08:00
Andrew Gibiansky
bb907baf0a Emitting custom.css on each cell evaluation 2015-03-02 20:26:09 -08:00
Andrew Gibiansky
769a626236 Removing profile 2015-03-02 19:45:45 -08:00
Andrew Gibiansky
0f39ef9729 Adding debug flag. Implementing history req/reply messages (nonfunctional) 2015-03-02 00:24:55 -08:00
Stian Håklev
d2202d8015 Upping boundary on Shelly, to make IH compatible with Stackage 2015-02-26 17:36:16 -05:00
Ben Gamari
a8f21531c9 GHC 7.10 support 2015-02-23 21:20:44 -05:00
Stian Håklev
cbcae02e66 Relaxing cabal constraints to make it compatible with Stackage 2015-02-19 11:10:46 -05:00
Andrew Gibiansky
9fbe4b24ad Fixing dependency issues 2015-02-16 16:16:01 -08:00
Andrew Gibiansky
8eb614d31b Bumping versions on all packages for Hackage upload. No PVP, sorry, I suck. 2015-02-11 22:35:34 -08:00
CJ East
40cb20dea5 Initial change to permit use of inline template haskell, to address
issue: https://github.com/gibiansky/IHaskell/issues/236

To verify functionality, paste the following into a code block in
IHaskell.

```
:ext TemplateHaskell
import Language.Haskell.TH
import Control.Lens
data Foo a = Foo { _bar :: Int, _baz :: Int, _quux :: a }
makeLenses ''Foo
:ty baz
```
2015-01-06 03:03:32 +11:00
Andrew Gibiansky
d47cf4e70d Add --ghclib flag to the kernel command to specify ghc libdir manually. 2014-12-25 15:20:25 -05:00
Andrew Gibiansky
c60d8c3af5 Fix up dependencies for test suite. 2014-12-05 18:54:45 -08:00
Andrew Gibiansky
da3788ce40 Hoogle updated to use HTTPS, closes #311 2014-11-28 14:30:04 -08:00
Andrew Gibiansky
06f89d8fe0 Migrating to external ipython package. 2014-11-23 14:47:47 -08:00
Ben Gamari
11d04731d5 Various upper bound bumps 2014-11-22 14:27:10 -05:00
Andrew Gibiansky
e553d07233 Version bump. 2014-10-26 17:36:54 -07:00
Andrew Gibiansky
6b22c6643d Removed -dynamic flag. 2014-10-26 17:35:32 -07:00
Andrew Gibiansky
5ebe157364 Switch to dynamic linker to avoid segfault on Ubuntu 2014-08-20 11:45:02 -07:00
Andrew Gibiansky
ec439a29a8 Version bump to 0.4.2.0 2014-08-18 12:55:58 -07:00