21 Commits

Author SHA1 Message Date
Andrew Gibiansky
0808d7ca0c Fixing test suite 2015-03-05 13:51:11 -08:00
Andrew Gibiansky
c9aec5c490 Fixing test suite by removing it from cabal; just run via runhaskell
Conflicts:
	ihaskell.cabal
2015-03-05 13:51:11 -08:00
Adam Vogt
63ecc797eb move IHaskell stuff to src/ 2014-01-03 00:10:15 -05:00
Adam Vogt
09f23ace15 merge 2014-01-02 23:32:09 -05:00
Adam Vogt
79280458f1 use LINE pragmas in the file generated for HLint 2014-01-02 23:16:11 -05:00
Adam Vogt
26c1968ccb .ghci file interfered with Hspec.hs:
Typing the following things failed due to Prelude things missing:

    cabal repl
    :load Hspec.hs
    main
2014-01-02 23:16:10 -05:00
Andrew Gibiansky
322c772530 fixing tests and line numbering of code blocks 2014-01-02 22:47:08 -05:00
Adam Vogt
4ebe34348a add monoid instance for Kernel to avoid some duplication.
data-default may be prettier instead, since there isn't a canonical
mappend.
2014-01-02 22:41:24 -05:00
Andrew Gibiansky
6049811d61 added test that currently fails for locating things properly 2013-12-29 18:06:35 -05:00
Andrew Gibiansky
35a6526af7 Added :hlint on and :hlint off 2013-12-29 17:58:02 -05:00
Andrew Gibiansky
b82c15773f Separated Haskell parser into package, closes #63 2013-12-26 20:59:01 -05:00
Andrew Gibiansky
9158525fcd Adding other mime types, fixing parser to avoid breaking on newlines with implied indentation. 2013-12-25 21:38:11 -05:00
Andrew Gibiansky
c4176b3f88 clean 2013-12-24 17:00:10 -05:00
Andrew Gibiansky
6c404483bc Capture intermediate results and display them 2013-12-22 01:05:02 -05:00
Andrew Gibiansky
de493373b4 formatting tests 2013-12-17 21:51:21 -08:00
Andrew Gibiansky
d0f6ad7f4c shit tons of autocompletion now work! (works? ugh grammar) 2013-12-17 21:47:59 -08:00
Andrew Gibiansky
fc260a4611 fixing several issues that broke blaze-html integration 2013-12-16 21:48:26 -08:00
Andrew Gibiansky
433ebe5ace minor testing updates 2013-12-14 14:43:45 -08:00
Andrew Gibiansky
a73ac76b79 Added handling of repeated empty lines 2013-12-14 14:22:58 -08:00
Andrew Gibiansky
324f5c54ba Adding testing for evaluation 2013-12-14 10:44:45 -08:00
Andrew Gibiansky
b404f297a5 Removed doctests, switched to hspec 2013-12-13 18:00:41 -08:00