589 Commits

Author SHA1 Message Date
Andrew Gibiansky
021e3bf013 Merge pull request #330 from cje/th
Permit use of inline template haskell
2015-01-06 20:17:21 -07:00
CJ East
f36c89af16 Remove stray debug code. 2015-01-07 02:01:28 +11:00
CJ East
ac4f552284 Fix to permit use of future IHaskellDisplay instance.
See comments at https://github.com/gibiansky/IHaskell/pull/330
2015-01-07 01:45:45 +11:00
CJ East
40cb20dea5 Initial change to permit use of inline template haskell, to address
issue: https://github.com/gibiansky/IHaskell/issues/236

To verify functionality, paste the following into a code block in
IHaskell.

```
:ext TemplateHaskell
import Language.Haskell.TH
import Control.Lens
data Foo a = Foo { _bar :: Int, _baz :: Int, _quux :: a }
makeLenses ''Foo
:ty baz
```
2015-01-06 03:03:32 +11:00
Andrew Gibiansky
de20c69617 Merge pull request #328 from cblp/patch-1
fix test
2015-01-03 16:44:43 -05:00
Yuriy Syrovetskiy
ce296cda91 [b] use libdir 2015-01-04 00:42:48 +03:00
Yuriy Syrovetskiy
3c9de57da1 [b] fix test 2015-01-03 23:03:10 +03:00
Andrew Gibiansky
a7b7043e2b Merge pull request #325 from xcthulhu/master
Updating Docker Documentation
2015-01-02 12:27:17 -05:00
Matthew Wampler-Doty
515f7c8c5d Updating docker documentation 2015-01-02 10:24:12 -07:00
Andrew Gibiansky
8031ee400b Allow missing .last-arguments, assume $HOME for init dir or . 2015-01-01 21:06:39 -05:00
Andrew Gibiansky
d9af2643c5 Adding link to Kronos Haskell in README 2014-12-29 15:05:48 -05:00
Andrew Gibiansky
87fa3b9dd0 Merge pull request #315 from Carreau/patch-1
homebrew haskell platform deprecated
2014-12-26 12:29:04 -05:00
Matthias Bussonnier
e8eef2ab79 homebrew haskell platform deprecated
Brew says: 
```
$ brew install haskell-platform
Error: No available formula for haskell-platform
We no longer package haskell-platform. Consider installing ghc
and cabal-install instead:
  brew install ghc cabal-install

A binary installer is available:
  https://www.haskell.org/platform/mac.html
```
2014-12-26 16:58:16 +01:00
Andrew Gibiansky
ef5e1de280 Merge pull request #313 from razzius/allow_pragmas
Implement pragma handling
2014-12-25 19:55:29 -05:00
Razzi Abuissa
34acef3c50 Turn off debug 2014-12-25 18:24:15 -06:00
Razzi Abuissa
3ce32c8857 Merge branch 'master' of https://github.com/gibiansky/IHaskell into allow_pragmas 2014-12-25 18:20:52 -06:00
Razzi Abuissa
dc62f1588a Finalize pragma type 2014-12-25 18:19:48 -06:00
Razzi Abuissa
59c62bc7e9 Introduce PragmaType, and import errors 2014-12-25 18:19:39 -06:00
Andrew Gibiansky
8d2ccf2517 Merge branch 'master' of github.com:gibiansky/IHaskell 2014-12-25 15:33:44 -05:00
Andrew Gibiansky
d47cf4e70d Add --ghclib flag to the kernel command to specify ghc libdir manually. 2014-12-25 15:20:25 -05:00
Andrew Gibiansky
1bfe7e6ca0 Merge pull request #314 from mietek/towards-halcyon
Add missing dependency
2014-12-16 10:55:27 -08:00
Miëtek Bak
ce444b1ff3 Add missing dependency 2014-12-16 13:09:53 +00:00
Razzi Abuissa
10991eb133 Implement pragma handling 2014-12-15 22:27:54 -05:00
Andrew Gibiansky
1c3d12c50b Closes #308 2014-12-07 18:54:55 -08:00
Andrew Gibiansky
c60d8c3af5 Fix up dependencies for test suite. 2014-12-05 18:54:45 -08:00
Andrew Gibiansky
da3788ce40 Hoogle updated to use HTTPS, closes #311 2014-11-28 14:30:04 -08:00
Andrew Gibiansky
4eca3f2c9b Adding ipython-kernel to build.sh 2014-11-23 15:07:59 -08:00
Andrew Gibiansky
06f89d8fe0 Migrating to external ipython package. 2014-11-23 14:47:47 -08:00
Andrew Gibiansky
e929f35aa2 Hlint fixes. 2014-11-22 21:39:18 -08:00
Andrew Gibiansky
1d7b49bb74 Merge pull request #307 from bgamari/master
Various upper bound bumps
2014-11-22 12:51:27 -08:00
Ben Gamari
11d04731d5 Various upper bound bumps 2014-11-22 14:27:10 -05:00
Andrew Gibiansky
e553d07233 Version bump. v0.4.3.0 2014-10-26 17:36:54 -07:00
Andrew Gibiansky
6b22c6643d Removed -dynamic flag. 2014-10-26 17:35:32 -07:00
Andrew Gibiansky
368ccb84e0 Merge pull request #296 from edwtjo/nixos-fixes
NixOS fixes
2014-10-25 23:41:00 -07:00
Edward Tjörnhammar
03ce250452 Hide ClassyPrelude 0.10.* readChan and writeChan 2014-10-22 20:42:03 +02:00
Edward Tjörnhammar
121be952d4 catMaybes, explicitly use ClassyPrelude 2014-10-22 20:42:03 +02:00
Andrew Gibiansky
6fe9b22d43 Merge pull request #290 from edwtjo/ghc-parser-build-tools
ghc-parser: add missing build-tools directive
2014-10-06 19:06:28 -07:00
Edward Tjörnhammar
5fc838702c ghc-parser: add missing build-tools directive 2014-10-02 20:22:20 +02:00
Andrew Gibiansky
192368d9a2 Merge branch 'master' of github.com:gibiansky/IHaskell 2014-09-21 18:19:31 -07:00
Andrew Gibiansky
323a4cd922 Fixes #283 2014-09-21 18:19:03 -07:00
Andrew Gibiansky
c1e35a9124 Merge pull request #277 from puffnfresh/master
Workaround changed API in Chart-cairo 1.3
2014-09-05 13:54:09 -07:00
Brian McKenna
4047e083fc Workaround changed API in Chart-cairo 1.3 2014-09-03 21:42:15 -06:00
Andrew Gibiansky
5ebe157364 Switch to dynamic linker to avoid segfault on Ubuntu 2014-08-20 11:45:02 -07:00
Andrew Gibiansky
e63ff01ea9 Move code cell config earlier, closes #257 2014-08-18 13:06:07 -07:00
Andrew Gibiansky
9864f87875 Update readme. Closes #265 2014-08-18 13:02:36 -07:00
Andrew Gibiansky
ec439a29a8 Version bump to 0.4.2.0 v0.4.2.0 2014-08-18 12:55:58 -07:00
Andrew Gibiansky
34b58bedbd Adding version requirement for HTTP 2014-08-18 12:52:51 -07:00
Andrew Gibiansky
2e6a0756ca Merge pull request #274 from bgamari/master
Various updates
2014-08-07 16:21:50 -07:00
Ben Gamari
dd94fbe250 Update hlint usage 2014-08-07 09:46:47 -04:00
Ben Gamari
70bb5475a0 Bump bounds 2014-08-07 09:46:37 -04:00