Andrew Gibiansky
45ad25a9bb
Added and tested Dockerfile and instructions on how to use it
2016-01-31 19:03:56 -08:00
Andrew Gibiansky
5adcd03093
Update README with talk/video
2016-01-26 00:24:38 -08:00
Sumit Sahrawat
04bb793aa3
Merge pull request #629 from franklx/master
...
Fix for issue #622 -- Possible build issues
2016-01-21 22:01:16 +05:30
franklx
0150a4405c
Merge branch 'master' of https://github.com/franklx/IHaskell
2016-01-21 16:10:00 +01:00
franklx
c448eb3b27
Fixed lint output bug (fix for issue #622 )
2016-01-21 16:09:36 +01:00
root
5264c05e08
Fixed lint output bug
2016-01-21 16:02:58 +01:00
Andrew Gibiansky
c383d2572b
Merge pull request #624 from remusao/readme-install-blog-post
...
Update README with a link to step-by-step instructions blog post (for Ubuntu)
2016-01-10 11:49:13 -08:00
Remi Berson
68db7ed5b4
Fix README
2016-01-10 15:40:56 +01:00
Remi Berson
96e66737ea
Update README with a link to step-by-step installation blog post.
2016-01-10 15:37:42 +01:00
Andrew Gibiansky
66a75d7222
remove reference to data.string.here
2015-12-16 20:06:21 -08:00
Andrew Gibiansky
af9b7283da
Merge branch 'master' of github.com:gibiansky/IHaskell
2015-12-16 20:05:24 -08:00
Andrew Gibiansky
3cdc9e61be
dont require new haskell src exts
2015-12-16 20:05:18 -08:00
louis
cafd410a98
improved replyTo for isCompleteRequests. single commit
2015-12-10 04:35:28 +01:00
Andrew Gibiansky
1e906f1190
Merge branch 'master' of github.com:gibiansky/IHaskell
2015-12-07 21:33:25 -08:00
Andrew Gibiansky
c61006202e
Remove dependence on here, allow haskell-src-exts 1.17
v0.8.3.0
2015-12-07 21:33:22 -08:00
Andrew Gibiansky
a2f8d77130
Merge pull request #614 from kputnam/master
...
Improve error handling in Mac OS X installer
2015-12-07 20:02:24 -08:00
Kvle Putnam
29112c39e1
Improve error handling in Mac OS X installer
2015-12-05 18:18:31 -06:00
Andrew Gibiansky
16d5ab079d
Merge pull request #609 from bollu/fix-magic-macos-install
...
fix macOS cabal magic installation
2015-11-28 21:17:22 -08:00
bollu
eadd920bcb
use brew --prefix to figure out library and include paths
2015-11-26 22:44:42 +05:30
bollu
03e5494f89
fix macOS cabal magic installation
2015-11-25 22:01:25 +05:30
Sumit Sahrawat
ece7e45efb
Prevent re-use of ipython-package from hackage
2015-11-11 01:32:58 +05:30
Sumit Sahrawat
dd262036b8
Use --force-reinstalls to install widgets
2015-11-11 00:48:28 +05:30
Sumit Sahrawat
ecca0ea0b0
Fix issue with nats package update for ghc-7.6 and ghc-7.8
2015-11-11 00:45:26 +05:30
Sumit Sahrawat
e4e026cb92
Fix #597 : Implement is_complete_{request,reply}
...
These messages are used by console frontends to check whether the
current input is complete or not. If it is not complete, the next line
is treated as the continuation of the code, and a '...' prompt is used
to show that.
To provide support for qtconsole, I have made it such that IHaskell
always responds to an is_complete_request by saying that the code is
complete, which only allows for single line inputs.
2015-10-28 16:33:44 +05:30
Sumit Sahrawat
376c6dd0be
Fix not in scope errors on ghc-7.*
2015-10-28 16:33:27 +05:30
Sumit Sahrawat
4ebeb1fb58
Formatting fixes
2015-10-28 15:39:59 +05:30
Andrew Gibiansky
a8e09f58c8
Merge pull request #572 from thomasjm/master
...
New message types for ipython-kernel
2015-10-26 22:29:40 -07:00
Tom McLaughlin
6d3afb9e66
Merge master
2015-10-26 13:10:47 -07:00
Tom McLaughlin
e14d003dc3
Fix imports
2015-10-26 11:57:07 -07:00
Tom McLaughlin
c9fd3dab95
Remove debugging prints
2015-10-26 11:56:02 -07:00
Tom McLaughlin
cb37ce4cb5
Remove DisplayData show
2015-10-26 11:47:13 -07:00
Tom McLaughlin
3e9677ccab
Cleaning up build
2015-10-26 11:42:22 -07:00
Sumit Sahrawat
346c49605e
Remove hmatrix upper bound
2015-10-18 04:48:00 +05:30
artuuge
441e07ae91
compile widgets without optimizations if ghc == 7.10.*
2015-10-16 23:05:43 +02:00
artuuge
1bcf7a0354
compile with widgets if ghc is 7.10.*
2015-10-16 13:32:42 +02:00
artuuge
6ef94c167e
ihaskell-widgets and singletons >= 2.0
2015-10-16 12:07:33 +02:00
Andrew Gibiansky
8177b77543
Merge pull request #586 from guillaumecherel/guillaumecherel-patch-1
...
Added some directives about using stack to manually install IHaskell,…
2015-10-11 20:51:39 -07:00
artuuge
6b9a5ee687
correct the singletons upper bound in ihaskell-widgets.cabal
2015-10-12 00:26:09 +02:00
guillaumecherel
b6397b7423
Added some directives about using stack to manually install IHaskell, and how to deal with the libiconv issue in OS X.
2015-10-09 19:33:21 +02:00
Sumit Sahrawat
8104d98f7b
Add info about v0.2.2.0
2015-10-08 05:05:27 +05:30
Sumit Sahrawat
67abcc7018
Add rough info to widgets ChangeLog
2015-10-08 05:01:29 +05:30
Sumit Sahrawat
7a534ceeea
Apply an untested fix for ghc-7.8
...
+ Some minor formatting fixes.
+ Add IHaskell.Display.Widgets.Types to hindent ignored_files.
+ Remove some extensions and unused imports.
2015-10-08 04:09:02 +05:30
Sumit Sahrawat
8925bdcea7
Add AutoDeriveTypeable for ghc-7.8
2015-10-06 23:48:37 +05:30
Sumit Sahrawat
860d02b6cf
Make properties also show associated types
...
+ Add ChangeLog.md
+ Modify `Introduction to Widgets.ipynb` to reflect changes to
`properties`
2015-10-06 23:48:37 +05:30
Andrew Gibiansky
3ebf5b074f
Hide stack support behind --stack flag
2015-10-06 10:18:47 -07:00
Andrew Gibiansky
783bcb948f
Merge branch 'master' of github.com:gibiansky/IHaskell
2015-10-06 10:05:31 -07:00
Andrew Gibiansky
89ba1ded48
Update to 0.8.2, support for aeson 0.11
2015-10-06 10:05:23 -07:00
Sumit Sahrawat
0a3a89954f
Fix #579 : Pattern match failure on missing ipython binary
...
Change error message from an uncaught exception to an actual error
message.
2015-10-03 14:03:33 +05:30
Sumit Sahrawat
ccf1f554e7
Add explicit version bounds for dependencies
...
+ hmatrix >= 0.10 && <0.17,
+ singletons >= 0.9.0 && <2.0.0.0
2015-09-29 01:42:30 +05:30
Sumit Sahrawat
b068ee3be9
Add example for PlaceProxy
2015-09-22 00:16:04 +05:30