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
Greg Weber
dee42d62ee
Avoid a conflicting version of classy-prelude
...
closes #227
2014-04-09 10:20:35 -07:00
Andrew Gibiansky
fe3bbf329a
Updated to new Shelly. Fixed Ctrl-C quitting issues.
2014-03-18 11:14:49 -07:00
Andrew Gibiansky
152ddb5cf9
add -threaded to cabal file
2014-03-10 16:51:47 -07:00
Andrew Gibiansky
3ef3a71016
Merge remote-tracking branch 'gregwebs/docker3'
...
Conflicts:
README.md
2014-03-09 20:41:36 -07:00
Andrew Gibiansky
80d02adc2e
fixing cabal from debug state, oops
2014-03-09 17:44:46 -07:00
Andrew Gibiansky
59322359ce
Adding displayFromChan, as per aavogt's PR.
2014-03-09 17:25:45 -07:00
Andrew Gibiansky
4867841c9e
Changing cabal file as per @aavogt's PR
2014-03-09 12:24:15 -07:00
Jack Henahan
01b603e440
Update to cereal 4
...
Build goes smoothly, tests pass.
2014-03-08 19:36:28 -05:00
Andrew Gibiansky
957de8ff57
upgraded everything to aeson >= 0.7, which required fairly major changes
2014-02-28 22:20:29 -08:00
Andrew Gibiansky
4b4c233bcb
allowing very new shelly
2014-02-28 16:25:48 -08:00
Andrew Gibiansky
b88d0c744b
adding checks for broken packages
2014-02-28 16:19:37 -08:00
Andrew Gibiansky
a741c62b00
require shelly 1.3, and add note about why
2014-02-28 15:43:51 -08:00
Andrew Gibiansky
891cfe419e
Revert to e08963c7f4548200a09dafb0e0bd4b263dd7c1bb
2014-02-28 15:38:39 -08:00
Andrew Gibiansky
e447663d2f
bumping shelly requirement, b/c in 1.4 silently
silences stderr
2014-02-28 15:26:26 -08:00
Andrew Gibiansky
d63bb473c2
added ghci-lib, starting moving things there
2014-02-06 19:44:27 -08:00
Andrew Gibiansky
bfb0af88cd
Moving parsing preprocessing into ghc-parser
2014-02-06 19:11:29 -08:00
Andrew Gibiansky
6b87c4a898
adding another notebook
2014-01-30 16:30:21 -08:00
Andrew Gibiansky
3707442a48
change so that sdist works. also, update ipython/remove tooltips.
...
closes #173
2014-01-26 10:12:36 -08:00
Andrew Gibiansky
cfb1512962
version bump.
2014-01-25 21:31:07 -08:00
Andrew Gibiansky
49b2e41020
Setup.hs now builds profile.tar, closes #164
2014-01-25 21:22:15 -08:00
Andrew Gibiansky
c50caa92dc
minor version bump
2014-01-16 21:54:56 -07:00
Andrew Gibiansky
e09ced99d6
minor changes, new ipython commit hash
2014-01-16 21:44:57 -07:00