385 Commits

Author SHA1 Message Date
Adam Vogt
84c2b5465f add some more developer notes & remove redundant/old module listings 2014-01-09 20:55:58 -05:00
Adam Vogt
7cdf655a70 note an issue that can happen when loading ihaskell-display packages 2014-01-09 20:55:08 -05:00
Adam Vogt
f673f205be complete renaming of ihaskell-display to ihaskell-basic 2014-01-09 20:54:50 -05:00
Adam Vogt
8bc33f5bb1 fix hspec 2014-01-09 20:51:56 -05:00
Andrew Gibiansky
d2e9b2629c Merge branch 'master' of github.com:gibiansky/IHaskell 2014-01-09 20:37:44 -05:00
Andrew Gibiansky
5e4325944c version bumps, minor fixes to demo 2014-01-09 20:37:31 -05:00
Andrew Gibiansky
37f783c4c7 add link to demo 2014-01-09 20:37:23 -05:00
Adam Vogt
fc815cc9c5 Merge branch 'master' of https://github.com/gibiansky/IHaskell 2014-01-09 20:16:16 -05:00
Adam Vogt
792e71f585 fix cabal file warning 2014-01-09 20:14:40 -05:00
Adam Vogt
af533f810a fix cabal repl (-XImplicitPrelude is not wrong now) 2014-01-09 20:11:37 -05:00
Andrew Gibiansky
3b6d455631 Merge pull request #124 from aavogt/set_dynflags
:set behaves like in ghci
2014-01-09 17:10:40 -08:00
Adam Vogt
5090114922 depend on aeson < 0.7 due to ByteString instances removed in that version 2014-01-09 20:02:30 -05:00
Adam Vogt
3d38d41fdf add Monoid Display instance 2014-01-09 20:01:52 -05:00
Adam Vogt
9e746d844d remove unneeded import 2014-01-09 18:32:08 -05:00
Adam Vogt
d1012ba04d change the :set directive to behave like ghci.
What used to be :set is now :option.

Addresses (#108 part 1), if you use :set -XExistentialQuantification

The -package flag is broken for now.
2014-01-09 18:31:03 -05:00
Adam Vogt
87cf416d0c Merge branch 'master' of https://github.com/gibiansky/IHaskell 2014-01-09 18:27:54 -05:00
Andrew Gibiansky
144fa549f3 fixing hspec and printing unqualified now 2014-01-09 18:22:14 -05:00
Andrew Gibiansky
2019dadf2d adding instance for displaydata 2014-01-09 18:12:17 -05:00
Andrew Gibiansky
51b8ea2488 changing DisplayData -> Display in IHaskell 2014-01-09 18:09:57 -05:00
Andrew Gibiansky
6b5fb53de4 pushing final html! 2014-01-09 17:08:17 -05:00
Andrew Gibiansky
f91dd2be21 adding nbconvert template 2014-01-09 17:04:25 -05:00
Andrew Gibiansky
bac7575799 adding json demo, minor changes, soon new template 2014-01-09 15:52:01 -05:00
Andrew Gibiansky
e49b19879c even smaller 2014-01-09 15:04:59 -05:00
Andrew Gibiansky
3209dddc20 smaller img 2014-01-09 15:04:15 -05:00
Andrew Gibiansky
36cc51fec3 adding images 2014-01-09 15:02:57 -05:00
Andrew Gibiansky
318234ca6e Closes issue #21, also added some images 2014-01-09 14:58:34 -05:00
Andrew Gibiansky
4f92c0b3fc many updates to demo nb 2014-01-09 13:34:00 -05:00
Andrew Gibiansky
dbb5b393ef smaller img 2014-01-09 13:05:15 -05:00
Andrew Gibiansky
74c5adee09 more images 2014-01-09 13:04:34 -05:00
Andrew Gibiansky
ab19973981 more nb update 2014-01-09 12:48:04 -05:00
Andrew Gibiansky
a514f94ea1 updated test notebook 2014-01-09 12:39:50 -05:00
Andrew Gibiansky
666484d74c adding support for running from a sandbox 2014-01-09 12:03:14 -05:00
Andrew Gibiansky
c7708accd2 update cabal file dependencies, just cleaned up 2014-01-09 10:46:19 -05:00
Adam Vogt
7cda8c7ac5 build script set -e instead of || return 1 2014-01-08 23:54:52 -05:00
Adam Vogt
daa62ecbf8 Merge branch 'master' of https://github.com/gibiansky/IHaskell 2014-01-08 23:45:00 -05:00
Andrew Gibiansky
63ef0a8da6 fixed :info, closes #119 2014-01-08 23:28:03 -05:00
Andrew Gibiansky
f7410e6dbe add -z flag to tar 2014-01-08 19:45:19 -05:00
Andrew Gibiansky
d423acb37e splitting out all zmq-related things into ipython-kernel 2014-01-08 19:22:51 -05:00
Andrew Gibiansky
208d434d45 separating flags into separate module 2014-01-08 16:27:36 -05:00
Andrew Gibiansky
1d011463b0 parser sets extension flags earlier now, closes #98 2014-01-08 15:24:33 -05:00
Andrew Gibiansky
ce80fe6d86 clean-up 2014-01-08 15:02:00 -05:00
Andrew Gibiansky
145ebb5221 Merge branch 'fix_111_tilde_completion' of https://github.com/edechter/IHaskell
Conflicts:
	IHaskell.cabal
2014-01-08 14:40:05 -05:00
Andrew Gibiansky
5518748410 . only turns into composition after a space 2014-01-08 12:52:44 -05:00
Adam Vogt
07fda863c5 Merge branch 'master' of https://github.com/gibiansky/IHaskell 2014-01-08 12:23:28 -05:00
Eyal Dechter
ab55621d9c Small fix in delimiter; I deleted the isSymbol check earlier by accident. 2014-01-08 12:05:39 -05:00
Andrew Gibiansky
9c0883ff4f Removing setuptools. Hoogle is much prettier now. 2014-01-08 12:01:51 -05:00
Eyal Dechter
c43fe0cbdc Merge remote-tracking branch 'upstream/master' into fix_111_tilde_completion
All tests pass.

Conflicts:
	src/Hspec.hs
2014-01-08 12:00:49 -05:00
Eyal Dechter
9b781c8fbd Added a parser for shell command line parsing that takes care of escaped whitespace and quotations. Addressed notes #116. 2014-01-08 11:56:36 -05:00
Adam Vogt
5c10b2160e Merge branch 'master' of https://github.com/gibiansky/IHaskell 2014-01-08 01:56:17 -05:00
Andrew Gibiansky
a097310ed0 initial hoogling commit 2014-01-07 22:48:01 -05:00