Andrew Gibiansky
accbec475f
Updating for classy-prelude fixes, etc
2015-05-21 19:54:29 +02:00
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
Andrew Gibiansky
34b58bedbd
Adding version requirement for HTTP
2014-08-18 12:52:51 -07:00
Ben Gamari
dd94fbe250
Update hlint usage
2014-08-07 09:46:47 -04:00
Ben Gamari
70bb5475a0
Bump bounds
2014-08-07 09:46:37 -04:00
Andrew Gibiansky
adbae8927b
bump ihaskell version
2014-06-19 18:07:26 -07:00
Andrew Gibiansky
9c6490bf9f
Updated some things to 7.8, not yet compiling.
2014-06-08 11:06:31 -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
2014-05-18 16:02:24 -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
787e9d69cb
bumping classy-prelude version and fixing mono-traversable version
2014-05-17 13:24:53 -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.
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
a638a86d90
Updated to reflect ipython 2.0 installation.
2014-04-29 21:47:06 -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