Andrew Gibiansky
027184cabb
Removal of many flags and modes
2015-03-10 12:23:28 -07:00
Andrew Gibiansky
0ae48fd0f3
First attempt at fixing flags
2015-03-10 12:15:21 -07:00
Andrew Gibiansky
b96f6afb9b
Merge pull request #427 from juselius/master
...
Fix empty Bird style code lines.
2015-03-10 11:14:55 -07:00
Jonas Juselius
35d7066871
Fix empty Bird style code lines.
...
Empty Bird style code lines, i.e. lines containing only a single '>' were
treated like markdown. Only code lines with '> ' were treated like empty code
lines.
2015-03-10 10:20:54 +01:00
Andrew Gibiansky
3997c379eb
Merge pull request #422 from juselius/master
...
Fix IHaskell convert for ipynb files with nbformat 4.
2015-03-08 15:56:20 -07:00
Jonas Juselius
2edf1e676d
Fix lhs to ipynb converter.
...
The previous commit had missed some of the format changes from v3 to v4.
2015-03-08 18:40:28 +01:00
Andrew Gibiansky
a6d8b8d858
Merge pull request #421 from FranklinChen/fix-linux-install
...
Ugh, fixed a couple of things in Linux install.
2015-03-08 09:49:16 -07:00
Jonas Juselius
975008b807
Fix convert lhs -> ipynb v4 json.
2015-03-08 15:23:33 +01:00
Jonas Juselius
6d7b91292f
Fix convert ipynb -> lhs to v4 json.
2015-03-08 15:03:09 +01:00
Franklin Chen
762fd10c63
Restored ghc-parser that is generated.
2015-03-07 17:30:29 -05:00
Andrew Gibiansky
b351116a05
Merge pull request #417 from FranklinChen/installation-scripts
...
Improve Mac, Linux installation scripts. Still assumes using build.sh.
2015-03-07 10:32:45 -08:00
Franklin Chen
8527cd8484
Remove build.sh display
from installation scripts.
2015-03-07 13:06:11 -05:00
Andrew Gibiansky
0fe412c22c
Try reorder-goals and max-backjumps=-1
2015-03-06 21:45:24 -08:00
Andrew Gibiansky
b3e6755410
Fixing some syntax in build.sh
2015-03-06 21:24:27 -08:00
Andrew Gibiansky
d7f77baccb
Only print the cabal commands from build.sh
2015-03-06 21:17:13 -08:00
Andrew Gibiansky
8379d79d0f
Fixing minor build.sh bug
2015-03-06 21:12:51 -08:00
Andrew Gibiansky
145961046e
Trying to build without diagrams being separate
2015-03-06 21:11:30 -08:00
Andrew Gibiansky
eac5b864a2
Fixes #412 by adding modes and cleaning up build.sh
2015-03-06 21:07:42 -08:00
Franklin Chen
fca683640a
Fix Linux installation script to not install ghc and cabal.
2015-03-07 00:02:57 -05:00
Andrew Gibiansky
eef1bd2a5c
No, remove 7.10 from travis after all
2015-03-06 20:52:44 -08:00
Franklin Chen
469bda066f
Improve Mac, Linux installation scripts. Still assumes using build.sh.
2015-03-06 21:38:12 -05:00
Andrew Gibiansky
a26226b692
Bumping some versions
2015-03-06 15:56:18 -08:00
Andrew Gibiansky
455ef77744
Merge pull request #414 from FranklinChen/macos-install
...
Mac OS installation script.
2015-03-06 15:18:28 -08:00
Andrew Gibiansky
c30b4d6cdb
Merge pull request #415 from FranklinChen/linux-install
...
Linux install prerequisites.
2015-03-06 15:18:22 -08:00
Andrew Gibiansky
5c94631e23
Attempting to fix more build issues
2015-03-06 15:16:12 -08:00
Franklin Chen
2ae7c96cc8
Linux install prerequisites.
2015-03-06 17:48:00 -05:00
Franklin Chen
0d6162305f
Mac OS installation script.
2015-03-06 17:41:28 -05:00
Andrew Gibiansky
8a37d1e656
Merge branch 'master' of github.com:gibiansky/IHaskell
2015-03-06 14:31:44 -08:00
Andrew Gibiansky
b6ae5f5862
Switching to bin/sh in build.sh
2015-03-06 14:31:28 -08:00
Andrew Gibiansky
04710755fc
Merge pull request #409 from gibiansky/check-signature-scheme
...
Check signature scheme, fixes #390
2015-03-06 14:07:55 -08:00
Andrew Gibiansky
3d167925c6
Merge pull request #411 from gibiansky/safely-set-flags
...
Do not crash on errors when setting flags, fixes #370
2015-03-06 14:07:41 -08:00
Andrew Gibiansky
b0e74ee001
Merge pull request #408 from gibiansky/show-all-parse-errors
...
Fix #386 : always print parse errors
2015-03-06 13:51:59 -08:00
Andrew Gibiansky
b428310ade
Re-enable 710 without display packages
2015-03-06 13:41:59 -08:00
Andrew Gibiansky
eb204a6efc
Include custom.css with data files
2015-03-06 13:41:06 -08:00
Andrew Gibiansky
7f39326469
Do not crash on errors when setting flags, fixes #370
2015-03-06 13:40:51 -08:00
Andrew Gibiansky
da7c4ca760
Check signature scheme, fixes #390
2015-03-06 13:27:08 -08:00
Andrew Gibiansky
1adbce0673
Fix #386 : always print parse errors
2015-03-06 13:20:40 -08:00
Andrew Gibiansky
bb881aa047
Disable ihaskell-display checking for ghc 7.10
2015-03-06 13:03:42 -08:00
Andrew Gibiansky
8eaf1aa65d
Merging jupyter branch into master
2015-03-06 12:52:38 -08:00
Andrew Gibiansky
7c242ca4a6
Adjusting test suite for 7.6.3
2015-03-06 00:15:05 -08:00
Andrew Gibiansky
9ba5acd599
Attempt: no cabal install, cabal configure then cabal test
2015-03-05 23:38:16 -08:00
Andrew Gibiansky
651f6900fe
Add cabal configure UGHHH
2015-03-05 19:55:47 -08:00
Andrew Gibiansky
62bd1ad090
Fixing travis again
2015-03-05 19:39:45 -08:00
Andrew Gibiansky
2fc9b661aa
Attempting to migrate tests back into package... ugh
2015-03-05 18:21:51 -08:00
Andrew Gibiansky
7322b7ff52
Disable 7.10 for now, again
2015-03-05 18:03:34 -08:00
Andrew Gibiansky
8233713cac
trying a different monadio
2015-03-05 18:02:53 -08:00
Andrew Gibiansky
4739f89268
travis
2015-03-05 17:09:31 -08:00
Andrew Gibiansky
f9476ec5b1
try n+1 to get travis happy
2015-03-05 16:35:12 -08:00
Andrew Gibiansky
24dfde704b
Do we need to sudo ghc-pkg expose?
2015-03-05 16:20:06 -08:00
Andrew Gibiansky
ee13d8e0bd
Expose ghc pkg for ghc and HSpec tests
2015-03-05 16:08:16 -08:00