516 Commits

Author SHA1 Message Date
Andrew Gibiansky
4a45fb4561 renaming templates 2014-01-16 22:36:08 -07:00
Andrew Gibiansky
cb1fe44f7c use new codecell.js 2014-01-16 22:09:22 -07:00
Andrew Gibiansky
c50caa92dc minor version bump v0.3.0.2 2014-01-16 21:54:56 -07:00
Andrew Gibiansky
d1d1d33318 Merge branch 'master' of github.com:gibiansky/IHaskell 2014-01-16 21:46:55 -07:00
Andrew Gibiansky
e09ced99d6 minor changes, new ipython commit hash v0.3.0.1 2014-01-16 21:44:57 -07:00
Andrew Gibiansky
a7f54a2572 Merge pull request #148 from aavogt/master
ihaskell-hatex and fix a readme link
2014-01-12 20:08:05 -08:00
Adam Vogt
ff9ef2a179 add ihaskell-hatex 2014-01-12 23:00:13 -05:00
Adam Vogt
dade16b761 fix broken link in README 2014-01-12 22:57:28 -05:00
Andrew Gibiansky
37c2b993a7 add set -e to installation scripts 2014-01-12 08:19:22 -07:00
Andrew Gibiansky
071c56e5e1 build.sh has option 'all' now 2014-01-11 22:33:42 -07:00
Andrew Gibiansky
5f371ed158 no extra prints 2014-01-11 22:17:14 -07:00
Andrew Gibiansky
b76425b7bf use bash not sh 2014-01-11 22:08:47 -07:00
Andrew Gibiansky
f7a5ba84ea use bash and now run ipython in the venv 2014-01-11 22:08:17 -07:00
Andrew Gibiansky
8334a60787 don't always remove profile... 2014-01-11 21:14:49 -07:00
Andrew Gibiansky
edb988e6d8 except negated 2014-01-11 21:13:18 -07:00
Andrew Gibiansky
7fcdbdb1d9 oops use string comparison 2014-01-11 21:11:03 -07:00
Andrew Gibiansky
52e9c178ce changing installation to use virtualenv 2014-01-11 20:59:26 -07:00
Andrew Gibiansky
5be20734c5 minor fix 2014-01-11 18:02:37 -07:00
Andrew Gibiansky
fe0a2b0841 Merge branch 'master' of github.com:gibiansky/IHaskell 2014-01-10 22:04:47 -07:00
Andrew Gibiansky
a1a468b66e Merge pull request #139 from etrepum/sandbox-readme
update README with correct sandbox build instructions & Mac OS X considerations
2014-01-10 19:20:02 -08:00
Bob Ippolito
33227602ef update README with correct sandbox build instructions & Mac OS X considerations 2014-01-10 19:06:35 -08:00
Andrew Gibiansky
9d7149c437 adding --ipython flag which you point to an executable 2014-01-10 15:13:01 -05:00
Andrew Gibiansky
2de9734b7a Merge pull request #135 from rpglover64/patch-1
Fix typo in README.md
2014-01-10 09:26:28 -08:00
Alex R
ab0e7ded93 Fix typo in README.md
Change "simply" to "simple".
2014-01-10 10:36:37 -05:00
Andrew Gibiansky
4968a2838e make it work with python3 2014-01-10 10:11:21 -05:00
Andrew Gibiansky
e6affe2699 aeson >= 0.6.1 2014-01-10 00:57:09 -05:00
Andrew Gibiansky
4447f46b63 Merge branch 'master' of github.com:gibiansky/IHaskell 2014-01-10 00:52:46 -05:00
Andrew Gibiansky
42bc2ae14e now should work for multiple python versions 2014-01-10 00:52:32 -05:00
Andrew Gibiansky
7558b10336 note about opening issues/IRC 2014-01-09 22:05:39 -05:00
Andrew Gibiansky
320fa7d1cf Merge pull request #125 from aavogt/master
minor fixes
2014-01-09 18:59:40 -08:00
Adam Vogt
3acd9e4d03 Merge branch 'master' of https://github.com/gibiansky/IHaskell 2014-01-09 20:57:07 -05:00
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